What currently happens in this situation on Android? Is the extended content in the DIV simply inaccessible?!
<div style=width:200;height:200;overflow:auto>
is handled by Android like overflow:hidden
Out of this reason, I made a redesign of the boxes
where the navigation is.
After I display the box with height:500,
I check
document.getElementById('box').scrollHeight
and change the height of the box to be complete
visible without scrolling.
Next problem, how should the box disappear?
Normal with watching the mouse
the element which activates the box
a bridge to the box
the box
When the mouse is not over one of this elements, close the box.
But a touch screen has no onmouseover
Only solution, I found
Surround the box with
<div onclick=closethebox()>
So the box can be closed by clicking outside
Google Analytics shows a great improvement in the engagement of visitors with mobile devices.