Closed GoogleCodeExporter closed 9 years ago
THis line: LightArray<String> match = new JavaLightArray<String>();
must be: LightArray<String> match = CollectionFactory.constructArray();
Otherwise phonegap is not working correctly, because it is expecting a
Javascript Array (Which you will get in script mode from the factory)
fixed the typo changes are in trunk.
Original comment by kurka.da...@gmail.com
on 5 Oct 2011 at 7:56
Yes it works fine.
Original comment by jve...@gmail.com
on 8 Oct 2011 at 12:05
Original comment by kurka.da...@gmail.com
on 8 Oct 2011 at 12:08
Original issue reported on code.google.com by
jve...@gmail.com
on 4 Oct 2011 at 6:55