我正在使用Custom-URL-scheme cordova插件从浏览器打开应用程序。通过浏览器链接在andriod和iOS上同时打开应用。
但是 handleOpenURL()不会在android中触发,但可以在iOS上完美运行。这是我的代码。
config.xml
function handleOpenURL(url){
alert("URL"+url)
}
JS
<a href="macapp://Home">Android App Home</a>
浏览器链接
SQL> create global temporary table ptt_orders
2 on commit preserve rows
3 as
4 select * from emp
5 where deptno < 50;
Table created.
SQL>
我有什么想念的吗?请帮忙!谢谢!