Reply To: Web Browser opens in android but not iOS

Welcome! Forums Unity Plugins In-App Web Browser Web Browser opens in android but not iOS Reply To: Web Browser opens in android but not iOS

#502
JacobHomanics
Participant

I have resolved the issue.

It seems that iOS dos not support http addresses and will only support https addresses.

For instance:
https://www.google.com – will work
http://www.google.com – will not work

This is only for iOS though. It works completely fine with http on Android

For instance:
https://www.google.com – NOT TESTED
http://www.google.com – will work