nativescript-community / nativescript-drawingpad

:pencil: NativeScript plugin to provide a way to capture any drawing (signatures are a common use case) from the device
Apache License 2.0
90 stars 32 forks source link

IOS SignatureView not found #54

Closed leonable closed 3 years ago

leonable commented 5 years ago

I keep hitting this issue and the whole page not rendering.

CONSOLE ERROR file:///app/tns_modules/@angular/core/bundles/core.umd.js:5907:24: ERROR Error: Uncaught (in promise): ReferenceError: Can't find variable: SignatureView

Anyone else facing this in IOS that can help?

bradmartin commented 5 years ago

Not 100% clear based on that error, but can you be sure to enable skipLibCheck in your project's tsconfig.json as you typically don't want to analyze node_modules anyway.