TiDrop icon indicating copy to clipboard operation
TiDrop copied to clipboard

On android

Open maryam86 opened this issue 14 years ago • 1 comments

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

maryam86 avatar May 24 '11 08:05 maryam86

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.

mcongrove avatar May 24 '11 18:05 mcongrove