In an Android App, I have to show a webpage using a URL that has the following structure:
https://sub.bot.domain.com/#/2
(This is not the actual domain, as I can’t share that)
When I load that URL into the MobileHTMLviewer using HTMLViewer1.LoadURL(“https://sub.bot.domain.com/#/2”) it fails with a 404 error
When I load the same URL in any browser or in an iOS project using MobileHTMLviewer, it loads just fine.
Any suggestions on how to make this URL load within the Android App using MobileHTMLviewer?
I know I can just use system.GotoURL, but I would prefer to stay within the app and keep the URL hidden.
I’m willing to share the actual URL in a DM
1 post - 1 participant