Opera Mini on Android Viewport is scrollable
-
A Former User last edited by
I am developing a website targeting mobile devices, and in my tests Opera Mini behaves somehow weirdly.
I am using
<meta name="viewport" content="width=device-width, height=device-height, target-densitydpi=device-dpi, initial-scale=1, maximum-scale=1, user-scalable=no">
tag to make my app adjust to the viewport and it works like a charm everywhere, except than in Opera Mini page becomes scrollable for some reason. Considering that I'm using a full-screen map, it destroys user experience on the website, because user has to scroll the viewport first and then the map actually becomes draggable.I have tried to look at some other websites, and they all seem to experience similar issue (try to drag the map in both examples):
https://m.uber.com
https://maps.google.comThe same issue is not reproduced on the regular Opera for Android, there everything works correctly.
It seems that this is the browser issue because multiple sites are affected, so any feedback will be appreciated.