donglang9880 2016-05-11 22:00
浏览 62
已采纳

打开通知phonegap后如何将用户重定向到特定页面

I'm trying to redirect user to a page after open the notification. I'm using this plugin to send notification https://github.com/phonegap/phonegap-plugin-push and php. I don't find how to integrate my URL.

Thanks to help me.

  • 写回答

1条回答 默认 最新

  • 普通网友 2016-05-11 23:33
    关注
    window.location.href = "new_page";
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?