Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 320759

Summary: RAP not running in Android's browser
Product: [RT] RAP Reporter: Jesus Luna Quiroga <jrlq>
Component: RWTAssignee: Project Inbox <rap-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: irbull, joseluis, tbuschto
Version: unspecified   
Target Milestone: 1.4 RC1   
Hardware: All   
OS: All   
Whiteboard:
Bug Depends on: 332509    
Bug Blocks: 323033    
Attachments:
Description Flags
Android emulator displaying error none

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)