You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Encountering this concern that startApp is not defined. I am using Framework7 and Cordova.
On my index.html, I have the following line. <a href="#" data-href="" id="appTwitter"></a>
On my app.js, I have the following lines. $$('#appTwitter').on('click', function () { startApp.set({ "application": "com.twitter.android" }).start(); });
But the result is:
The text was updated successfully, but these errors were encountered:
Encountering this concern that startApp is not defined. I am using Framework7 and Cordova.
On my index.html, I have the following line.
<a href="#" data-href="" id="appTwitter"></a>
On my app.js, I have the following lines.
$$('#appTwitter').on('click', function () { startApp.set({ "application": "com.twitter.android" }).start(); });
But the result is:
The text was updated successfully, but these errors were encountered: