lemonjuice
Programmer
We created a login form on our application and we want to disable the application menu while the login screen is showing. How do you disable the application menu?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
method pushButton(var eventInfo Event)
var
mnuNone Menu
endVar
mnuNone.addText( "" )
mnuNone.show()
endMethod
method pushButton(var eventInfo Event)
removeMenu()
endMethod