[TIMOB-7556] Titanium Android: Error loading Twitter in Webview
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2012-02-14T23:29:00.000+0000 |
Affected Version/s | Release 1.8.0.1 |
Fix Version/s | Sprint 2012-03, Release 2.0.0, Release 1.8.2 |
Components | Android |
Labels | Android, Twitter, module_webview, parity, qe-testadded |
Reporter | Varun Joshi |
Assignee | Bill Dawson |
Created | 2012-02-06T14:39:50.000+0000 |
Updated | 2012-03-08T01:59:31.000+0000 |
Description
The Titanium Android webview is not working with the Twitter URL. It works for other websites but somehow Twitter is not able to load. Also, the below sample code works fine in iOS.
Please run the sample code below to test this. We get the Twitter icon (image is attached) after running the code.
{noformat}
var twWindow = Titanium.UI.createWindow({
title: 'Michaels Twitter',
backgroundColor: "#fff",
color: "black",
navBarHidden: true,
fullScreen:true
});
var webview = Ti.UI.createWebView({
url: "http://www.twitter.com",
top: 40
});
twWindow.add(webview);
twWindow.open();
{noformat}
Attachments
File | Date | Size |
---|---|---|
Twitter-Error.png | 2012-02-06T14:39:50.000+0000 | 12160 |
pull request ready https://github.com/appcelerator/titanium_mobile/pull/1376
Closing bug. Verified fix on: SDK build: 1.9.0.v20120209144634 Runtime: V8, Rhino Titanium Studio, build: 1.0.8.201201262211 Device: Nexus 1 (2.2.2)