Titanium Community Questions & Answer Archive

We felt that 6+ years of knowledge should not die so this is the Titanium Community Questions & Answer Archive

url in WebView

Here I have simple code:

var webview = Titanium.UI.createWebView({url:'http://appcelerator.com'});
var window = Titanium.UI.createWindow();

webview.addEventListener('beforeload', function(e){ 
    alert(e.source.url);

});
window.add(webview);
window.open();

Why the url is not changing when I click on the link?

— asked August 12th 2010 by Krzysztof Kuchta
  • url
  • vebview
1 Comment
  • Did you ever get an answer to this? I am seeing the same behavior

    — commented October 30th 2010 by Aaron Saunders

0 Answers

The ownership of individual contributions to this community generated content is retained by the authors of their contributions.
All trademarks remain the property of the respective owner.