Open specific page with custom url scheme
-
Hello, I installed the Custom URL scheme Cordova/PhoneGap Plugin and it works perfect (i tried mycoolapp: // and opened the application perfectly) , but i need to open a specific page now . 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.
-
@scarlet20, I assume you are using https://github.com/EddyVerbruggen/Custom-URL-scheme#readme
If so, read the Usage section and how to the write the handleOpenURL(url) method, which receives the URL that was used to launch your app.
-
@jamal Yes I am using that plugin, it works for me to open the application with mycoolapp: //, the problem is that I do not know how to open the application on a specific page
-
-
@jamal can I write to you in discord? I am not an expert on the subject