Reputation: 2896
Users must see some pop-up to sign up. (kinda Webview certification)
There is no problem with Android at all, but I don't know if IOS uses the Safari browser, but there is no popup. Anything else, it shows well
Upvotes: 2
Views: 2054
Reputation: 17792
In info.plist please include these keys
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
<key>NSAllowsArbitraryLoadsInWebContent</key>
<true/>
</dict>
Upvotes: 1