keirbowden / sigcapapp

Signature Capture Samples
MIT License
9 stars 5 forks source link

Signature box not editable on mobile device. #2

Closed sajal-sethi closed 6 years ago

sajal-sethi commented 8 years ago

Unable to sign on salesforce1 using iPhone or iPad. The signature box appears read-only. On clicking 'Save', an empty image gets created and attached against the record. Works fine on laptop though.

keirbowden commented 8 years ago

Is the locker service enabled on the org where you are seeing this? (Go to Setup -> Critical Updates and see if Lightning LockerService Security is enabled). At the moment the locker service doesn't surface touch events and therefore breaks the component. You can see more at the Stack Exchange post.

sajal-sethi commented 8 years ago

The update 'Enable Lightning LockerService Security for Communities' is showing as 'Not Activated'. Could there be any other factor ?

keirbowden commented 8 years ago

The locker service for communities is a different feature activation to the locker service - I am talking about the update named 'Enable Lightning LockerService Security' - if that is activated then you won't be able to create a signature as it blocks the touch events from reaching my component.

keirbowden commented 6 years ago

Closing as no response for nearly two years.