[AC-2631] Can't load Twitter link in webview
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Needs more info |
Resolution Date | 2013-02-19T18:53:02.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | n/a |
Labels | n/a |
Reporter | Prashant Sheth |
Assignee | Eduardo Gomez |
Created | 2013-01-31T17:23:33.000+0000 |
Updated | 2016-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!
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.