Webpopup crashing

Hi there!!
I’m having a bad time with native.showWebPopup(), maybe someone could help-me.

My app has a img/button to reload its default (and remote) URL. If the user keep tap the button and the webpopup still did not finish to load, it crashes (like a call to native.cancelWebPopup()). One workaround I found is disable the reload button a few seconds, it works sometimes, but not allways.

If someone has some tips in how to handle this, please, help.
Following is shown my reload code:

[lua]imgReload = display.newImage(“reload_icon.png”);
imgReload:setReferencePoint(display.centerReferencePoint);
imgReload.x = 25; imgReload.y = 26;
imgReload:addEventListener(“tap”, function()
native.cancelWebPopup();
native.showWebPopup(0, 50, display.contentWidth, (display.contentHeight - 50), txtUrl);
end);[/lua] [import]uid: 50425 topic_id: 10876 reply_id: 310876[/import]

Hi Maykel,

The problem is with the webpopup itself, it’s been reported and I’ve been pushing to get an ETA from the Corona developers, hopefully they get to it soon as it’s delaying the release of my product and there are quite a few people who have noted the issue.

Cheers,

  • Will [import]uid: 61273 topic_id: 10876 reply_id: 39588[/import]

*Resolved*

Hi there,

Just a quick note to say this was fixed in one of last weeks daily builds and with the latest all works as expected, nice one Ansca :o)

Best regards,

Carl [import]uid: 10629 topic_id: 10876 reply_id: 46957[/import]