Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 320759 - RAP not running in Android's browser
Summary: RAP not running in Android's browser
Status: RESOLVED FIXED
Alias: None
Product: RAP
Classification: RT
Component: RWT (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: 1.4 RC1   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on: 332509
Blocks: 323033
  Show dependency tree
 
Reported: 2010-07-23 14:12 EDT by Jesus Luna Quiroga CLA
Modified: 2011-05-11 11:37 EDT (History)
3 users (show)

See Also:


Attachments
Android emulator displaying error (70.49 KB, image/jpeg)
2010-07-23 14:12 EDT, Jesus Luna Quiroga CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesus Luna Quiroga CLA 2010-07-23 14:12:19 EDT
Created attachment 175090 [details]
Android emulator displaying error

Hi, when I try to access a RAP application from the android's browser, the browser displays the following error:

Could not evaluate javascript response:
TypeError: Result of expression 'node.style' [null] is not an object.
var req = org.eclipse.swt.Request.getInstance();req.setRequestCounter( "0" ); qx.theme.manager.MetagetInstance().setTheme( org.eclipse.swt.theme.Custom_c072efd1 );org.eclipse.swt.Request.getInstance().setTimeoutPage( "
The server session timed out.
.....

I attached an image of the android emulator displaying this.
Comment 1 Tim Buschtoens CLA 2010-12-09 10:24:37 EST
The reason for RAP not running on Android is the missing SVG support:

http://code.google.com/p/android/issues/detail?id=1376

We are currently investigating different options how to handle this.
Comment 2 Tim Buschtoens CLA 2011-05-11 11:36:36 EDT
With support for CSS3 implemented in RAP, it runs now on the native android browser. (Tested on Android 2.1)