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 6, 2017 at 10:20 am
#251

Keymaster
In that case, it seems that OpenURL
is called multiple times (every frame) and causes subsequent calls to clash. Could you put Debug.Log before OpenURL method and check if that’s true?
If so – can you put your own boolean flag, like isShowingBrowser and set it true after first call and then check if it’s set before opening browser?