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.
SET SYSMENU TO
***running application here
SET SYSMENU TO DEFAULT
PUSH MENU _MSYSMENU
SET SYSMENU to
***running application here
POP MENU _MSYSMENU
_SCREEN.ADDPROPERTY("InDebugMode", _VFP.STARTMODE = 0)
PUSH MENU _MSYSMENU
SET SYSMENU to
***running application here
if _screen.InDebugMode
POP MENU _MSYSMENU
endif