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 2018/08/12 14:12:24 UTC

[GitHub] sid-Puttur opened a new issue #279: executeScript does not fire - issue ionic 3

sid-Puttur opened a new issue #279: executeScript does not fire - issue ionic 3
URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/279
 
 
   I am using this plugin in ionic 3. 
   Here is the piece of code
   
    browser.on('loadstop').subscribe(event => {
   
           console.log(event,"event inside browser on")
        browser.executeScript({code: 'maybankcallback'}).then(data=>{
            console.log("script executed",data);
           },err=>{
             console.log(err,"error in executing the script");
           })
   
       });
   
   loadstop event is working fine, but executeScript doesnot work. Its not going to err section also.

----------------------------------------------------------------
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