Reply To: App is getting crashed on iOS with this plugin

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

#251
PiotrPiotr
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?