| Summary: | RAP not running in Android's browser | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Jesus Luna Quiroga <jrlq> | ||||
| Component: | RWT | Assignee: | 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: |
|
||||||
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) |
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.