This repository was archived by the owner on Oct 8, 2021. It is now read-only.
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
request: Absolute URLs in page navigation #1484
Closed
Description
Currently, jQM only supports relative links between pages (for standard transitions w/o page reload). This is fine for static HTML projects where the logic is in the client JavaScript. However, for dynamic web project where much of the computation is done on the server and the URLs are dynamically created on the fly, it is usually easier for the server to create absolute links between pages.
So, my proposal is: create two URL modes in jQM and let the user of the framework decide which one to use (let's say in 'mobileinit'): one if the implementation uses relative links, and another for absolute links.
Metadata
Metadata
Assignees
Labels
No labels