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/02/02 03:58:54 UTC

[GitHub] danova123 opened a new issue #413: beforeload callback doesnt get called on Android

danova123 opened a new issue #413: beforeload callback doesnt get called on Android
URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/413
 
 
   Hi Team,
    The beforeload event never gets called. Here is the attached snippet
    var target = "_blank";
   
         var options = "location=no,hidden=yes;beforeload=yes";
         var url = "https://s.codepen.io/thesourav/debug/pGEQRw/bZrQWNQDKzwk";
        
         inAppBrowserRef = cordova.InAppBrowser.open(url, target, options);
   
         inAppBrowserRef.addEventListener("beforeload", function(e, cb){
           console.log("BeforeLoad", e);
           cb(e.url);
         });
   
          

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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