Hi,
I have created an application that displays a web page. On this page there is a link to open the menu using jQuery:
$('.filter').on('click', function () {
...
On a PC in FireFox, Chrome, Opera and Android phone 9, this link works fine and displays the menu, but nothing happens on Android 11.
There are several browsers installed on Android 11. Is there any way to choose the browser version for the project?
The problem turned out to be that localStorage = null. I have updated the Google Chrome browser, but the problem has not been fixed.
But the interesting thing is that in Thunkable X this link works well. So, is the problem somehow related to App Inventor?