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
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?
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
This is wrong!
should be
<img src = "http://192.168.1.153/" />
It worked, show.
Thank you for your help
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.