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
Post a Comment