You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/03/08 06:09:48 UTC

[GitHub] [cordova-plugin-inappbrowser] inoueyuta opened a new issue #444: loadstart event is not fire at manul test in android

inoueyuta opened a new issue #444: loadstart event is not fire at manul test in android
URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/444
 
 
   # Bug Report
   loadstart event is not fire at manul test in android
   
   ## Problem
   The procedure is as follows.
   
   1. click White Listed URL>[target=_blank] button in manual test.
   -->cordova page is open by inappbrowser.
   
   https://github.com/apache/cordova-plugin-inappbrowser/blob/rel/3.0.0/tests/tests.js#L536
   
   2. click [GET STARTED button] in cordova page.
   --> alert dialog is diplay.
   「Unexpected: loadstop event.url != loadstart's event.url」
   
   because loadstart event is not fire before loadstop event fire.
   
   ### What is expected to happen?
   loadstart event is fire before loadstop event fire,
   and alert dialog is notdisplay.### Environment, Platform, Device
   android 8.1
   
   ### Version information
   cordova 8.1.2
   cordova-plugin-inappbrowser 3.0.0
   cordova-android 7.1.4
   
   ## Checklist
   <!-- Please check the boxes by putting an x in the [ ] like so: [x] -->
   
   - [x] I searched for existing GitHub issues
   - [x] I updated all Cordova tooling to most recent version
   - [x] I included all the necessary information above

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org