native.showWebPopup

Hi,

Sorry if this is a basic question.

I simply need to link to one of my other apps in the Apple Store from my introScreen. I use:

native.showWebPopup( “itms-apps://itunes.apple.com/app/id445332387”)

It works, I go to the app Store and see the app I need. But, when I go back to my initial app, in the introScreen I simply see a grey screen and I cannot get read of it.

I tried all the possible combinations for the following 3 instructions:

native.cancelWebPopup()

storyboard.purgeScene(“introScreen”)

storyboard.gotoScene (“introScreen”)

I simply cannot get rid of the grey screen.

The only solution I found is kill the app and restarted. But this is not a real solution.

What am I doing wrong?

Thank you!