http://www.youtube.com/watch?v=LvcJ70F9DSM&feature=youtu.be
This module is no support.
See example/app.js
.
- Change scroll speed (Same Ti.UI.TableView / Ti.UI.ScrollView)
- Remove scroll bounce shadow (iOS 6)
- Remove scroll delay
- Communication between WebView and Titanium app (Code base is TiCordova)
- Change UserAgent (Create only)
var webView = Ti.UI.createWebView({
normalScrollSpeed: true,
removeShadow: true,
removeScrollDelay: true,
userAgentForiOS: 'My Awesome Application UserAgent'
url: 'index.html'
});
webView.addEventListener('fromWebView', function () {
alert('Firing from WebView!');
});
<a href="extendwebview://fromWebView">View Alert</a>
See LICENSE
file.