urlRequest event.type loaded

Using the latest build (971), I’m not getting the urlRequest event for page loaded in a webView or webPopup. The release notes for 971 say:

iOS: WebView: Add “loaded” as a value for event.type in urlRequest events. This is dispatched when a page is done loading in a webview.

Also, is this loaded event available in the simulator or on Android? [import]uid: 192260 topic_id: 33462 reply_id: 333462[/import]

Ok, it looks like I was only using the webPopup on the iOS device, and the webView does in fact get the event.type messages, including the “loaded” message.

Corona Staff, are there any plans to add the event.types to the webViews on Android?
[import]uid: 192260 topic_id: 33462 reply_id: 132942[/import]

The “loaded” event type is supported on Android.
Did you try it on an Android device? Is it not working for you? [import]uid: 32256 topic_id: 33462 reply_id: 132966[/import]

Nevermind, this was a PEBKAC. The event types work correctly for webViews on device. In the simulator I use a webPopup to get similar functionality to the device, and this definitely does not get any event.types passed. [import]uid: 192260 topic_id: 33462 reply_id: 133006[/import]

Ok, it looks like I was only using the webPopup on the iOS device, and the webView does in fact get the event.type messages, including the “loaded” message.

Corona Staff, are there any plans to add the event.types to the webViews on Android?
[import]uid: 192260 topic_id: 33462 reply_id: 132942[/import]

The “loaded” event type is supported on Android.
Did you try it on an Android device? Is it not working for you? [import]uid: 32256 topic_id: 33462 reply_id: 132966[/import]

Nevermind, this was a PEBKAC. The event types work correctly for webViews on device. In the simulator I use a webPopup to get similar functionality to the device, and this definitely does not get any event.types passed. [import]uid: 192260 topic_id: 33462 reply_id: 133006[/import]