Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-6091] Android: Application - v8 - rhino, Nook only, Accessing application data displays nothing on v8 and crashes on rhino

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2011-11-22T14:27:17.000+0000
Affected Version/sRelease 1.8.0.1
Fix Version/sSprint 2011-47, Release 1.8.0.1
ComponentsAndroid
Labelsbranch-v8
ReporterMichael Pettiford
AssigneeBill Dawson
Created2011-11-08T11:48:04.000+0000
Updated2012-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

Comments

  1. Bill Dawson 2011-11-22

    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/753
  2. Natalie Huynh 2011-12-07

    Tested with 1.8.0.1.v20111207090257 Nook (2.2) with v8/rhino
  3. Jerod Fritz 2012-04-09

    Is there another way to retrieve arguments on Android now that this has been removed?

JSON Source