On Friday, October 12, 2018 at 3:06:58 AM UTC-7, mostwanted wrote: > > Can anyone assist me in figuring out how to set my menu to hamburger menu > for tablet devices when they open my app, mobile devices are able to > achieve that without any problems but its not the case with tablet devices. > i have been going through the web2py-boostrap3.CSS file hoping to see > something but I came out blank, maybe i don't know what i am looking for. > > Regards: > > Mostwanted >
You're looking for something like window.width; a desktop browser will display the hamburger menu if you drag the window narrower. /dps -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

