We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there any support for Ionic2 with typescript ?
The text was updated successfully, but these errors were encountered:
my current quick solution for Canvas2ImagePlugin typescript and Canvas2ImagePlugin ionic2 is and it is working successfully
let _widow:any = window ; if (_widow.cordova) { console.log('cordova attached'); // running on device/emulator _widow.canvas2ImagePlugin.saveImageDataToLibrary( function(msg){ console.log(msg); }, function(err){ console.log(err); }, this.canvasAngularElementRef.nativeElement ); }
Sorry, something went wrong.
No branches or pull requests
Is there any support for Ionic2 with typescript ?
The text was updated successfully, but these errors were encountered: