Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
5.4.0
-
None
-
Android API 21
Description
loadstart event is not firing. there are no issues with loadstop and exit.
Simple snippet:
var ref = cordova.InAppBrowser.open('http://www.google.com', '_blank');
ref.addEventListener('loadstart', function (event)
);
ref.addEventListener('loadstop', function (event)
);
only the 'stopped' alert is fired.
Attachments
Issue Links
- is duplicated by
-
CB-10494 Version "1.2.0" of in_app_browser does not work with ionic 2
- Closed