Problem with customwebview

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.