Problem with customwebview

Can you send that HTML to a TextBox, copy-paste it into a plain text file and upload that here.

ChrisWard this HTML that is mounted in customwebview

TextBox1.Text (IP entered in the text box) :81/stream">

I know that - but please help me to help you - I have half a dozen people to help at the same time.

"
"
"
"
"
"
"TextBox1.Text (IP entered in the text box)
":81/stream">
"
"

That is all I'm asking

The code was being compiled when I submitted it, so it didn't show anything in my answers.

Dear ChrisWard Got it got it

The HTML syntax looks wrong - you can test it here:

ChrisWard Good morning. The html code is really wrong. Do you have an example that has already been tested with the customwebview block?

image

image
I already removed the quotes and it didn't work. I would like an example that someone has already tested.

Can you provide an IP address that works with :81/stream or are they all local?

All are local. Example that I'm using and that I got here. I don't know if I should use port 81. My local network, the devices are the router and esp32.

Here is the basic syntax....

<!DOCTYPE html>
<html>
<head>
</head>
<body>
<img src = "https://xoxox.co.uk/myImage.jpg" />
</body>
</html>

so when building your html, check it to ensure it looks the same


Test this page in my browser and it works. But inside customwebview it doesn't work.

This is wrong!

image

should be

<img src = "http://192.168.1.153/" />

It didn't give any error message, but it didn't open the image. There was a white screen.

It worked, show.

Thank you for your help

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.