Hello!
I'm trying to link to a page subsection-- specifically, an image in a photo gallery. In a full website, I would simply link to gallery#image1, but with jquery mobile that indicates a specific page.
If I use /gallery&image=1, this and /gallery are cached (and preloaded) separately.
According to the docs [1], the correct thing to do here is to use /gallery?ui-page=1. They say that the ui-page parameter will be stripped and only /gallery requested, but I see none of this special behavior.
Am I understanding things right? What's the best thing to do?
Thanks!