[TIMOB-7595] MobileWeb : Twitter - Internet Explorer, Firefox: In Kitchen Sink > Mashups > Twitter, Firefox displays a blank page while IE prints errors to the console
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Won't Fix |
Resolution Date | 2012-02-09T16:44:40.000+0000 |
Affected Version/s | Release 2.0.0 |
Fix Version/s | n/a |
Components | MobileWeb |
Labels | qe-mw020912 |
Reporter | Michael Pettiford |
Assignee | Chris Barber |
Created | 2012-02-09T13:09:26.000+0000 |
Updated | 2014-01-28T23:23:13.000+0000 |
Description
Steps to reproduce:
1. Launch Kitchen Sink in both Firefox and Internet Explorer
2. Navigate to Mashups > Twitter
Actual result:
Firefox displays a blank page with console output:
GET http://127.0.0.1:8020/examples/twitter.js 200 OK -12ms
IE doesn't show a new page and has console output:
SCRIPT5007: Unable to get value of the property 'addEventListener': object is null or undefined
Expected result:
The Twitter feed of @appcelerator is displayed
This issue is because of a well documented limitation that Ti.Network.HttpClient cannot connect to cross-domain URLs that don't have CORS configured correctly or a proxy. There is nothing Mobile Web can do to fix this. Possible workaround if Twitter supports jsonp and we updated KitchenSink.