Android webpopups may not be listening

I’ve got an issue where I load a webpopup using native functions. The webpopup loads just fine. I’ve assigned it to a listener which listens for the event.url string. If the string of the event.url = “corona:close” the webview is supposed to close.

This all works fine on the iphone side but NOT on the Android side. Closing the webview by passing it an url of “corona:close” just forces the Android webview itself to try to load a webpage located at corona:close - which doesn’t exist (obviously).

The really odd part is, sometimes it does work on the Android. I’ve no rhyme or reason why in a rare occasion on the Android side -it’ll work.

Like I said, it always works on the iphone (even got a published app using this method)

So…
An Android bug do we have where the webpopup isn’t listening?

[import]uid: 9046 topic_id: 6689 reply_id: 306689[/import]

Guys, this is a dyer need - does anyone have any insight into this? [import]uid: 9046 topic_id: 6689 reply_id: 23640[/import]

I seem to have a problem with this too! [import]uid: 11459 topic_id: 6689 reply_id: 24115[/import]

I’ve emailed support, submitted similar messages around the Ansca website but I’ve gotten nothing from them as of yet… It is a bug that needs to be fixed before I can publish my latest project over into Android.

If anyone finds a way around this other than just opening a partial webview by leaving space for a menu bar at the bottom, let us know!

I know on the menu bar I could just do a native call to the cancel native webpopup function.

[import]uid: 9046 topic_id: 6689 reply_id: 24117[/import]