Application type: mobile, Titanium SDK: 2.1.2, Platform & version: Android ics, Device: Android sony xperia p
hello, i have a view on top of a textarea, but when i click on on the view the textfield underneath is receiving focus causing the soft keyboard to open. i tried touchEnabled:false on the view but didnt work and there is no way to cancel the propagation of the click event (cancelbubble). any ideas how to fix this?
1 Answer
Accepted Answer
Try with "touchEnabled: true" :)
Your Answer
Think you can help? Login to answer this question!