...the ip global probably has to be the ip of your system, probably not 192.168.43.225 (another guess)
Guys thanks for the help, but it still doesn't work, even with suggested changes. I'm sending a screen print of the cell phone with the app running and the app inventor block with changes "". Any suggestions? Does anyone have an example that works?
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/" />