Closed nunoarruda closed 8 years ago
Thanks for the suggestions, this is a lower priority for us but feel free to fork our repo and make a pull request.
Hi @nunoarruda I have the same problem ¿Could you solve this issue?
Surprise that this is low priority, typescript is become ever so big and that could infact be a deal breaker for a new user, like me 😂😉
Can you try window["plugins"]
as a work around?
Since we support Cordova CLI, Ionic, PhoneGap Build(PGB), and Intel XDK we have in ensure any change did not break these forks.
Pull requests or any additional information on required code changes are welcome.
Ionic 2 now breaks if there is any TypeScript errors. A temporary workaround is to declare window above the decorator:
declare var window;
Pretty certain this can be closed? http://ionicframework.com/docs/v2/native/onesignal/
Please make type annotations so TypeScript developers can have type checking, autocompletion support and avoid compilation/console errors:
An Ionic Native wrapper for your cordova plugin would be nice too.