Welcome! › Forums › Unity Plugins › In-App Web Browser › App is getting crashed on iOS with this plugin › Reply To: App is getting crashed on iOS with this plugin
July 4, 2017 at 5:17 pm
#246
Piotr
Keymaster
Hmm isn’t OpenURL called more than once in really short time?
Could you wrap code for opening browser within
if (!InAppBrowser.IsInAppBrowserOpened()) {
// open your website...
}
Let me know if that helped.