Phonegap PushNotification to open a specific app page

前端 未结 3 2020
無奈伤痛
無奈伤痛 2020-12-13 22:36

I am doing pushnotification for both Android/IOS.I have used a phonegap push-plugin https://github.com/phonegap-build/PushPlugin, it seems to work great.

I am receiv

3条回答
  •  温柔的废话
    2020-12-13 23:11

    I've never used this plugin before but it looks like it passes a message in the notification that you can process in your application. It seems therefore that in your index.html you could read this message and if it contains some certain string, redirect to main.html or wherever you want to go. You could do this while a splash screen is still visible or something so that the user doesn't see a jarring page redirect.

提交回复
热议问题