iink SDK on Device

Answered

Disabling Gestures

 Hi,


I like the default gestures a lot, but do not need all of them for my application (particularly underline, double underline, and frame are not needed). Since they can sometimes lead to false positives, I would like to disable the non-needed gestures.


Is this possible? I could not find anything in the documentation.


I use the web-based iink SDK.


Thanks and kind regards


Best Answer

Dear Nico,


Thank you for contacting us and your question.


Currently, it is not possible to disable only one or few gestures. It is either disable all or none.


In order to disable gestures, you shall ser the "gesture.enable" configuration key to false (https://developer.myscript.com/docs/interactive-ink/1.3/reference/configuration/#general):

conf.setBoolean("gesture.enable", false);


Best regards,


Olivier


Answer

Dear Nico,


Thank you for contacting us and your question.


Currently, it is not possible to disable only one or few gestures. It is either disable all or none.


In order to disable gestures, you shall ser the "gesture.enable" configuration key to false (https://developer.myscript.com/docs/interactive-ink/1.3/reference/configuration/#general):

conf.setBoolean("gesture.enable", false);


Best regards,


Olivier

Thanks for the quick reply!


In case you don't have this in your task backlog, it would be great if you could provide the feature to configure also which of the gestures are active.


thanks again and kind regards

Nico