You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
new jQuery(function(){
new jQuery(".iscroll-wrapper").bind({
iscroll_onpulldown: onPullDown,
iscroll_onpullup: onPullUp
});
new jQuery( document ).ready(function() {
console.log( "ready!" );
alert('ready');
});
});
'
How to bind the event with webview that is opened in inAPPBrowser
The text was updated successfully, but these errors were encountered:
harshgrovr
changed the title
Unable to apply the pull down refresh action in Cordova InAppbrowser
Trouble applying the pull down refresh action in Cordova InAppbrowser WebView
Aug 30, 2019
harshgrovr
changed the title
Trouble applying the pull down refresh action in Cordova InAppbrowser WebView
Trouble applying the pull down refresh action in Cordova InAppbrowser WebView?
Aug 30, 2019
I am opening a webpage inAppBrowser. I want to reload the page when user pull down the page.
Index.html (part)
*<script type="text/javascript" src="js/index.js"></script>
INDEX.JS
loading a webpage via inAppBrowser, in index.js
'
ref = cordova.InAppBrowser.open(env, '_blank','clearcache=no,location=no, clearsessioncache=no, footer=no,zoom=no' );
'
How to bind the event with webview that is opened in inAPPBrowser
The text was updated successfully, but these errors were encountered: