TiDrop
TiDrop copied to clipboard
On android
The example is not working properly on android. when i click on the box, i get the following runtime error: Type Error: Cannot read property "y" from null (file:///android_asset/Resources/TiDrop.js#34). can anyone help me? Thanks in advance
This was just a quick proof-of-concept, I don't think I even fully tested this on Android.
The problem seems to be that the event, in Android, doesn't have a globalPoint property. You'll need to switch that out with the appropriate property.