function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
karkar 

singleCursorHandlerTouchEvent -getEditableSupport FASLE

In the hybrid sample account editor app, I have added few more fields below the existing. When I scroll down to enter the fields that I have created, I'm unable to edit the field and the save button is not clickable. When I touch anywhere of the screen I get
"singleCursorHandlerTouchEvent -getEditableSupport FASLE".

Could anyone suggest a solution???

Gaurav KheterpalGaurav Kheterpal

This can often happens when your div size is too small to hold all elements. Further details here - 

 

http://stackoverflow.com/questions/9517142/phonegap-touchevent

http://stackoverflow.com/questions/10398914/phonegap-button-does-not-fire-due-to-singlecursorhandlertouchevent-geteditable

 

I hope this helps.