Titanium JIRA Archive
Appcelerator Community (AC)

[AC-2631] Can't load Twitter link in webview

GitHub Issuen/a
TypeBug
Priorityn/a
StatusClosed
ResolutionNeeds more info
Resolution Date2013-02-19T18:53:02.000+0000
Affected Version/sn/a
Fix Version/sn/a
Componentsn/a
Labelsn/a
ReporterPrashant Sheth
AssigneeEduardo Gomez
Created2013-01-31T17:23:33.000+0000
Updated2016-03-08T07:41:43.000+0000

Description

Please help me out here. We are on an older version of Titanium and loading Twitter link to a webview, sample URL is listed below. Using this code: var webView = Ti.UI.createWebView({ top : '45dp', //url : urlStr, loading : true, scalesPageToFit : false, enableZoomControls : true }); webView.url = urlStr; eg: urlStr = "http://mobile.twitter.com/taxresolution"; All web-links open up, except mobile twitter this is the error I am getting: [INFO][Web Console( 544)] Revision: d155e7462f060e84ee43ac206411811bdfbccb46 at https://mobile.twitter.com/taxresolution:20 [ERROR][Web Console( 544)] Uncaught TypeError: Cannot read property 'profile' of undefined at https://mobile.twitter.com/taxresolution:160 [ERROR][libEGL ( 544)] call to OpenGL ES API with no current context (logged once per thread) [DEBUG][ShaderProgram( 544)] couldn't load the vertex shader! [ERROR][libEGL ( 544)] call to OpenGL ES API with no current context (logged once per thread) [DEBUG][ShaderProgram( 544)] couldn't load the vertex shader! [ERROR][libEGL ( 544)] call to OpenGL ES API with no current context (logged once per thread) [DEBUG][ShaderProgram( 544)] couldn't load the vertex shader! [ERROR][libEGL ( 544)] call to OpenGL ES API with no current context (logged once per thread) [DEBUG][ShaderProgram( 544)] couldn't load the vertex shader! [ERROR][libEGL ( 544)] call to OpenGL ES API with no current context (logged once per thread) [DEBUG][ShaderProgram( 544)] couldn't load the vertex shader!

Comments

  1. Eduardo Gomez 2013-02-18

    Hello Prashant, Older TiSDK versions aren't supported anymore. Can you please test again against TiSDK 3.0.2.RC? Please post logs or actual samples if issue persists.

JSON Source