• Resolved goatcheeta

    (@goatcheeta)


    I have a stained glass window site that I am developing an android app.
    The above link, is one of the window pages.

    I want to deep link to the donor of the window from this page. In this case the donor name is Alexander Phillips. I don’t want to load a separate browser window to do this that pops us.

    I used the following in the above page. 25 is the page id of Phillips

    
    <strong><a href="//page/donors/25">Alexander Phillips</a></strong>
    

    The urlscheme is simply “urlscheme”. The above does not work

    I am not sure what I am doing wrong. I have looked at the Cordova plugin to see what the problem is. Any help would be appreciated.

    Thanks

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Mathieu Le Roi

    (@mleroi)

    Hi,

    If I understand you well, you have a page inside your app where you want to link to another page inside the app, is that right?
    Using href=”#page/25″ should work.
    But note that you must have at least one component of type “Page” in your app for this internal page link to work. (If you don’t already have a “Page” component in your app and don’t need one, you can still add a dummy “Page” component without adding it to the app’s menu, this way it won’t be displayed in the app).

    For any further question or feedback, please contact us at support[at]uncategorized-creations.com as explained in the “Support Policy” topic of this forum (here). Thanks!

    Hope this helps,
    Regards,

    Thread Starter goatcheeta

    (@goatcheeta)

    Thank you very much for your help. It worked!

    Plugin Contributor Mathieu Le Roi

    (@mleroi)

    Great! Have fun building your apps ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Deeplinking example’ is closed to new replies.