NS 5.1
iOS (all levels--I am seeing this on emulator and iOS 11.4 phone)
Issue:
If a user presses down on the pad (say for half a second--similar to tap action), the drawing pad is cleared. (It is like it executes the clearDrawing() action, even though the code does not have this action).
Not sure why this is happening, but a near term fix could be if there is a counter action to clearDrawing()? ie, a way of disabling clearDrawing()?
NS 5.1 iOS (all levels--I am seeing this on emulator and iOS 11.4 phone)
Issue: If a user presses down on the pad (say for half a second--similar to tap action), the drawing pad is cleared. (It is like it executes the clearDrawing() action, even though the code does not have this action).
Not sure why this is happening, but a near term fix could be if there is a counter action to clearDrawing()? ie, a way of disabling clearDrawing()?
example code:
html:
<DrawingPad style="margin: 5px" height="125" id="drawingPad" penColor="black" penWidth="3"></DrawingPad>
ts:
registerElement('DrawingPad', () => require('nativescript-drawingpad').DrawingPad);