cordova - PhoneGap plugin "startApp" not working with jQueryMobile -


i have included startapp phonegap plugin in 1 of app. there

tag id "mytest". trying open "twitter" app startapp plugin. here code using:

function ondeviceready() {      $("#mytest").on("click", function() {         alert("clicked");         navigator.startapp.check("twitter://", function(message) {              alert("success");         },         function(error) {             alert("err");         });     }); } 

i using jquerymobile this. when app lunched first time or re-started again after killing it, startapp works file when navigate different pages within application , come , click link open twitter, not work.

is issue jquerymobile or else? please?

the phonegap plugin using one: startapp


Comments

Popular posts from this blog

python - pip install -U PySide error -

arrays - C++ error: a brace-enclosed initializer is not allowed here before ‘{’ token -

cytoscape.js - How to add nodes to Dagre layout with Cytoscape -