$.webview.url="http://www.w3schools.com/"; $.webview.addEventListener('beforeload', function(e) { if (e.url != $.webview.url) { e.bubble = false; $.webview.stopLoading(); Ti.Platform.openURL(e.url); } });
https://github.com/raulriera/Rater-Module/blob/master/rater.js
https://github.com/raulriera/Rater-Module/blob/master/rater.js
ReplyDelete