You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently being bitten by a bug in InAppBrowser and am looking for an alternative.
I use InAppBrowser to display internal documentation to the user. I am therefore using a relative URL for the page I am displaying. It seems I can't use a relative URL with SafariViewController. I see this error message in the console:
url must start with http or https
Is there anything I can do about this?
The text was updated successfully, but these errors were encountered:
daffinm
changed the title
Cannot open relative URL
Cannot open relative URL: "url must start with http or https"
Mar 21, 2019
I am currently being bitten by a bug in InAppBrowser and am looking for an alternative.
I use InAppBrowser to display internal documentation to the user. I am therefore using a relative URL for the page I am displaying. It seems I can't use a relative URL with SafariViewController. I see this error message in the console:
url must start with http or https
Is there anything I can do about this?
The text was updated successfully, but these errors were encountered: