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
November 30, 2017 at 3:20 pm
#502
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