I am trying out the myscript library for iOS and I make a gesture from top to bottom, right to left as one continuous gesture (like a reflected L), but the text in the sample app textview does not insert a new line carriage. How can I add a newline to a textview
1 Comment
B
Bertrand Gourraud
said
almost 8 years ago
To support the down then left gesture (=carriage return) you should add the mul-lk-gesture.res (this resource could be find in any language pack) to the array of handwriting resources.
TLo88
I am trying out the myscript library for iOS and I make a gesture from top to bottom, right to left as one continuous gesture (like a reflected L), but the text in the sample app textview does not insert a new line carriage. How can I add a newline to a textview