WebPopup Listener on android devices

Hey Guys!

I have a problem here with webPopups and its listeners on android devices. I decided to not add my code, because this case should be easy to understand (i hope so) and i wondered that no one else figured out yet (at least i couldnt find a reported bug like this).

My App provides a website in a WebPopup, which has buttons that reload the side with some GET Parameters. For testing, i added a showAltert() at the first line of the listener, which is connected to the webPopup.

So what happens? In all corona simulators (Droid, NexusOne, Sensation, Galaxy Tab) i got the test alert when the webpopup is loaded. Then i click a button on the website, and the alert is shown again (the event.url have the site with the GET Parameters). This is what i want, because the Listener is fired always when the webpopup reloads.

Lets see what happens on real devices. I tested with Samsung Galaxy S (firmware 2.3.3.) and HTC evo 3E (2.3.4.). In both cases, on start the alert is shown. When i click the button in the webpopup, the site is reloaded, but no alert is shown, so i guess the whole event listener wasn’t executed.

What do you say to this? Is it a bug? Does some android devices simply not fire events when the url is the same, just with some get Parameters?

Thanks in advance for response! Corona version: 2012.825 (2012.12.8)

Jonas [import]uid: 152952 topic_id: 27518 reply_id: 327518[/import]