iink SDK on Device

Answered

add gesture

i want to add longpressgesture recognizer in text document

ho to add it?


Best Answer

Dear Ganesh,


this is not releated to MyScript. Please look for help on the internet:

-For iOS:  https://developer.apple.com/documentation/uikit/touches_presses_and_gestures/handling_uikit_gestures/handling_long-press_gestures

-For Android, you shall use the onLongPress function: https://developer.android.com/training/gestures/detector


Best regards,


Olivier

1 Comment

Answer

Dear Ganesh,


this is not releated to MyScript. Please look for help on the internet:

-For iOS:  https://developer.apple.com/documentation/uikit/touches_presses_and_gestures/handling_uikit_gestures/handling_long-press_gestures

-For Android, you shall use the onLongPress function: https://developer.android.com/training/gestures/detector


Best regards,


Olivier


1 person likes this