Crystal Taggart
Posts: 0
Joined: Tue Aug 26, 2014 3:16 am

Is there a way to deep link to specific page in appery with a parameter?

I'd like to have either a QR code or a link on a page automatically open the app and then direct to a specific page in the app with a specific record id. Is there a way to do that in the app without hacking the Android/IOS source code?

(i.e. the user gets a product order with a QR code.They scan the QR code and it takes them to a specific page in the app.)

Thanks!

Crystal

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

Is there a way to deep link to specific page in appery with a parameter?

Hello Crystal,

Sorry for the radio silence. Could you please clarify
[quote:]the user gets a product order with a QR code.They scan the QR code and it takes them to a specific page in the app[/quote]
The QR code (or the link) should be situated in the app? And it should navigate to the specific page in the same app or other?

Crystal Taggart
Posts: 0
Joined: Tue Aug 26, 2014 3:16 am

Is there a way to deep link to specific page in appery with a parameter?

It would be a specific page with a specific parameter (i.e. if they scan a product QR code it would link to the Product page and display that specific Product ID).

Does that make sense?

It would be external to the app and could be just a link in an email directing someone to view the product in the app.

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

Is there a way to deep link to specific page in appery with a parameter?

Hello Crystal,

Just to clarify, you want to have one app with the link to the specific page of other app? In this case, should this app also be installed on the same device or this should be a web app?

Crystal Taggart
Posts: 0
Joined: Tue Aug 26, 2014 3:16 am

Is there a way to deep link to specific page in appery with a parameter?

It's just one app. Let me provide a different example. I'm designing an app where someone receives a request for work assigned to them through an app. They also get an email with the work request information in it. I'd like to provide a link to the request through an email and it automatically launches the app and opens the specific request id (on a server-side app it would be passed in as a query string parameter.)

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

Is there a way to deep link to specific page in appery with a parameter?

Crystal,

No, unfortunately easy way for this feature doesn't exist.
You can try to add phonegap plugin to register code for your app, but this will not add functionality to navigate to specific page.

Zhivko Zhelev
Posts: 0
Joined: Tue May 31, 2016 6:59 am

Is there a way to deep link to specific page in appery with a parameter?

Hi, I use my app on android, iphone and on Web.
I want to do this deep link to specific page and send parameters to it only for the web. Is this possible with appery.io?
After all when I deploy it on server every page appears with it's name .../List .../Details and so on. But did not see any parameteres are passing by.
Any advice?
Thank you.

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Is there a way to deep link to specific page in appery with a parameter?

Hello Zhivko,

You can set any parameter to the web version of the app, e.g.:

.../Details.html?myParam1=myValue1&myParam2=myValue2

Please look at this topic how to read these parameters: http://stackoverflow.com/questions/90...

Return to “Issues”