-
Notifications
You must be signed in to change notification settings - Fork 1
Description
As of this version, here are the issues:
*Desktop - None.
*Default Android browser - almost works, you have to swipe the navigation menu out. Move a top layer around. Still can zoom out.
*Dolphin - More stable, but zooms out on toggle, and has an overlay problem.
*Firefox - Most functional, but has an overlay issue.
*Opera - Can't press the label to invoke the menu.
Well, it seems as if mobile browsers have a harder time dealing with positioned and moving elements than I thought. This design works flawlessly on a computer browser, but it fails across all mobile browsers. It doesn't have the sense to handle the boundaries placed on the body tag, and the moving of divs outside of it. I'll have to dig deeper into documentation and figure out which CSS attributes I've used, don't have rich mobile support.
As it stands now, I may be able to branch off this code and develop a desktop version of this same idea, but the reverse: a collapsible navigation menu. Going forward with our efforts to create a sliding-over menu for mobile devices, we may have to abandon moving things off-screen and focus on laying them over top of each other.