parse-push-plugin icon indicating copy to clipboard operation
parse-push-plugin copied to clipboard

how to import this plugin in ionic 2 project

Open drmark1989 opened this issue 8 years ago • 3 comments

i am trying to import this plugin using import {ParsePushPlugin} from 'parse-push-plugin'

but it always give me an error

can you help me

drmark1989 avatar Sep 12 '17 22:09 drmark1989

after component imports:

declare var ParsePushPlugin;

avilasolucoes-naora avatar Oct 06 '17 14:10 avilasolucoes-naora

i did it but when the app pause and reload it says : ERROR ReferenceError: ParsePushPlugin is not defined

if i close the app completely and remove it from recents and run it again it works but if i minimize it or start it while it is still in recents it gives the above error

any solution please

drmark1989 avatar Oct 07 '17 13:10 drmark1989

try it.

https://stackoverflow.com/questions/46297009/tutorial-how-to-use-parse-push-notification-with-ionic-2-and-ionic-3 [https://cdn.sstatic.net/Sites/stackoverflow/img/[email protected]?v=73d79a89bded]https://stackoverflow.com/questions/46297009/tutorial-how-to-use-parse-push-notification-with-ionic-2-and-ionic-3

Tutorial How to use Parse push notification with ionic 2 and ionic 3https://stackoverflow.com/questions/46297009/tutorial-how-to-use-parse-push-notification-with-ionic-2-and-ionic-3 stackoverflow.com 1.You Create new project. Command>ionic start --v2 2.You open file config.xml in new project. <


จาก: drmark1989 [email protected] ส่ง: 7 ตุลาคม 2560 20:12 ถึง: taivo/parse-push-plugin สำเนาถึง: Subscribed ชื่อเรื่อง: Re: [taivo/parse-push-plugin] how to import this plugin in ionic 2 project (#112)

i did it but when the app pause and reload it says : ERROR ReferenceError: ParsePushPlugin is not defined

if i close the app completely and remove it from recents and run it again it works but if i minimize it or start it while it is still in recents it gives the above error

any solution please

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/taivo/parse-push-plugin/issues/112#issuecomment-334934218, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AFKM0mZN-OW80S7JQH0aKeCtxtTUCfXKks5sp3jBgaJpZM4PVWZ0.

stevenballs avatar Oct 08 '17 08:10 stevenballs