Skip to content

Can't open website in iOS (sites with http not working) #303

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
deligence opened this issue Jan 23, 2019 · 2 comments
Open

Can't open website in iOS (sites with http not working) #303

deligence opened this issue Jan 23, 2019 · 2 comments

Comments

@deligence
Copy link

The site with https are getting opened in Android as well as in iPhone. However sites with http are not getting loaded in iPhone.

@faustinoribeiro
Copy link

Same problem here, but I think it is an iOS requirement that requested web sites are secure. I don't have enough iOS background, so I might be wrong though.

@Pash237
Copy link

Pash237 commented Feb 1, 2019

You should allow non-https in Info.plist file:

<key>NSAppTransportSecurity</key>
<dict>
	<key>NSAllowsArbitraryLoads</key>
	<true/>
</dict>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants