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.
LOCAL lcBaseURL, lcRequestURL, lcURL
lcBaseURL = Alltrim(This.cBaseURL) && "THIS" being something like goApp.oWebAPI
lcRequestURL = Alltrim(SOME_REQUEST_URL) && coming from #DEFINEs in a header file
lcURL = STRTRAN(lcBaseURL+lcRequestURL,"//","/") && bad idea, really bad idea.