You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now when I'm rotating the Device in landscape mode the scroll will get active for page, that time when try to sign in SfSignaturePad in iOS its not working, because its considering it as scroll. This happens in portrait mode as well in iOS if page have enough content to make the scrollview scroll active.
So as a work around for this I have added trigger in scrollview like this:
But this will not resolve the issue for landscape mode, because in that case the scroll will get disabled. If I remove the trigger logic than scrolling will work but will not able to draw signature in SfSignaturePad in iOS.
Now when I'm rotating the Device in landscape mode the scroll will get active for page, that time when try to sign in SfSignaturePad in iOS its not working, because its considering it as scroll. This happens in portrait mode as well in iOS if page have enough content to make the scrollview scroll active.
So as a work around for this I have added trigger in scrollview like this:
But this will not resolve the issue for landscape mode, because in that case the scroll will get disabled. If I remove the trigger logic than scrolling will work but will not able to draw signature in SfSignaturePad in iOS.
Here is the POC that reproduces the bug.
signaturepad issue.zip
Run the app in the iOS and than rotate device in Landscape mode. Try to draw the signature, with vertical stroke and notice the bug.
The text was updated successfully, but these errors were encountered: