Advertisement
Guest User

Untitled

a guest
May 27th, 2016
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. var options = "location=yes,hidden=yes";
  2.  
  3. inAppBrowserRef = cordova.InAppBrowser.open(url, target, options);
  4.  
  5. addEventListener('loadstop', loadStopCallBack);
  6.  
  7. function loadStopCallBack() {
  8.  
  9. inAppBrowserRef.show();
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement