[TIMOB-6091] Android: Application - v8 - rhino, Nook only, Accessing application data displays nothing on v8 and crashes on rhino
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | High |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2011-11-22T14:27:17.000+0000 |
| Affected Version/s | Release 1.8.0.1 |
| Fix Version/s | Sprint 2011-47, Release 1.8.0.1 |
| Components | Android |
| Labels | branch-v8 |
| Reporter | Michael Pettiford |
| Assignee | Bill Dawson |
| Created | 2011-11-08T11:48:04.000+0000 |
| Updated | 2012-04-09T13:30:29.000+0000 |
Description
Navigating to Platform, Application Data causes a blank window to display on v8 and crashes on rhino
Steps to Reproduce:
1. Launch KS
2. Navigate to Platform
3. Press Application Data table view row
Actual Result:
on v8 ddms shows: Uncaught TypeError: Object # has no method 'getArguments'
on rhino ddms shows: TypeError: Cannot find function getArguments in object [object AppModule]. (app://examples/app_data.js#14)
Expected result:
Should be able to view application data
Ti.App.getArguments()no longer supported in Android. The standard KitchenSink was already changed in early November, now I've changed the KitchenSink-Nook demo app. Pull request ready: https://github.com/appcelerator/titanium_mobile/pull/753Tested with 1.8.0.1.v20111207090257 Nook (2.2) with v8/rhino
Is there another way to retrieve arguments on Android now that this has been removed?