Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[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 Issuen/a
TypeBug
PriorityMedium
StatusClosed
ResolutionWon't Fix
Resolution Date2012-02-09T16:44:40.000+0000
Affected Version/sRelease 2.0.0
Fix Version/sn/a
ComponentsMobileWeb
Labelsqe-mw020912
ReporterMichael Pettiford
AssigneeChris Barber
Created2012-02-09T13:09:26.000+0000
Updated2014-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

Comments

  1. Chris Barber 2012-02-09

    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.

JSON Source