javascript - window.open event listeners not working in Android 4.4.2 -


I have a phonegap app that uses InAppBrowser to load the Google login experience, like I have an event listener Requires the location of the browser that changes. The setup below works perfectly on all Android versions except 4.4.2, as I can tell; Event listeners fire and all is good.

However, on Android 4.4.2, I can not get any event listeners to fire the window; LoadStart, Onload, Onscroll, etc. Nothing seems to be igniting Unfortunately, Google or StackOverflow may not seem to find any solution.

Of course, additional information is needed / useful, but there is some pleasure to provide anything.

  var auth_window = Window.open (auth_url, '_blank', 'location = no, toolbar = no'); Auth_window.addEventListener ('Loadstart', function) {Warning ("Blow")})  

-

*** Update ***

I have been able to get the listener in the fire by opening it again with the support of InAppBrowser. I have no clue why it will work in this case but not otherwise, though. Any help will be highly appreciated here.

Call exec exec exec will be bound to execute messages.

  setInterval (function () {cordova.exec (tap, tap, '', '', []), 200);  

I am using this hack in Meteor-Phonegap-Oath,

This will also fix the problem which plugins do not apply their callback to the next plugin action Are:


Comments

Popular posts from this blog

import - Python ImportError: No module named wmi -

Editing Python Class in Shell and SQLAlchemy -

c# - MySQL Parameterized Select Query joining tables issue -