Replies: 1 comment
-
What happens if to display a minimum of HTML of the following in your huawei p30 browser? <html>
<head>
<meta charset="utf-8" name="viewport" content="width=device-width,initial-scale=1">
</head>
<body>
<div>
<h3>Updating firmware<h3>
</div>
<label for="bin">Select file: </label><input type="file" id="bin" name="bin">
</body>
</htm> The code above does intentionally not close the AutoConnect/src/AutoConnectOTAPage.h Line 15 in 4d179e7 Or, you can confirm the behavior with huawei browser using MDN documentation page. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am making some OTA update tests (with the webserver).
There is a small issue, not related to this library, but just to android, at least with my phone (huawei p30). After connecting to the "esp32ap" with my android phone, android bring me to the captive portal, but with this browser, once I click to the "choose file" in the "update" page, nothing happen. If I open the captive portal with "chrome" or the default huawei brower, after I click "choose file" it actually works, showing me the possibility to select the .bin file. It also working with chrome from my win10 pc.
Of course I can deal with it form myself, but for other people that has to update the board, might be an issue, so I am wondering if someone has found a workaroud for android. Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions