Community
Participate
Working Groups
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.
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.
With support for CSS3 implemented in RAP, it runs now on the native android browser. (Tested on Android 2.1)