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
Hello, I am new to this and I need to be able to open a specific page. I have installed the plugin and it works perfect (i tried mycoolapp: // and opened the application perfectly). My app has multiple restaurants, and what I want is open a restaurant menu like mycoolapp://restaurant1, I don't know how to find the path.
The text was updated successfully, but these errors were encountered:
@scarletpro - whats your app environment? To get the path that was passed into your app, you would need to handleOpenURL(url) after your deviceReady();
IE:
function handleOpenURL(url) {
console.log("received url: " + url);
}
Hello, I am new to this and I need to be able to open a specific page. I have installed the plugin and it works perfect (i tried mycoolapp: // and opened the application perfectly). My app has multiple restaurants, and what I want is open a restaurant menu like mycoolapp://restaurant1, I don't know how to find the path.
The text was updated successfully, but these errors were encountered: