且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何在cordova/phonegap应用程序中提供和处理深层链接

更新时间:2022-12-05 11:34:29

你可以试试https://github.com/EddyVerbruggen/LaunchMyApp-PhoneGap-Plugin

它非常适合我.

安装后记得清理/构建

您可以处理实现 handleOpenURL 的变量

You can handle variable implementing handleOpenURL

function handleOpenURL(url) {
  console.log("received url: " + url);
}