Guest User

Untitled

a guest
Jul 16th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. function any-method(){
  2. alert("method called");
  3. }
  4.  
  5. inAppBrowserRef.executeScript({
  6. code: "any-method()"
  7. },executeScriptCallBack);
Add Comment
Please, Sign In to add comment