I’m having an issue with the web popup.
Right now when a user reaches a certain point in our app, they can tap on an image which opens a web popup with our mobile site in it so they can view more details about a product.
The issue is, and it seems to be iOS only, when they click any of the mobile sites navigation links too fast(double tap) the web popup closes. if they wait for the page to load fully, they can click links fine.
here’s the initializing code, though I don’t think it matters much:
local web = native.showWebPopup( 0, display.topStatusBarContentHeight, viewableScreenW, viewableScreenH, URL)
Any ideas?