Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

JQuery Mobile

That one pokemon thing
Loyal Member
Joined
Apr 3, 2010
Messages
1,766
Reaction score
621
Hello,

As a schoolassignment, I need to make a hybrid mobile application using JQuery Mobile. I had it working perfectly as a single-page application, but it has to be multiple and now I'm having trouble swiping (changing pages). I haven't been able to find anything related to this so I thought I'd reach out here. Does anyone know the correct way of using multiple html pages?
 
Joined
Jun 23, 2010
Messages
2,323
Reaction score
2,195
Maybe it's a idea to have seperate divs, each page would be a div.

So you see at first the first page.
A second page will be preloaded in the app.

When swiping, the second page will be visible and a thirth page will be loaded in the app.
The story gose on.
 
That one pokemon thing
Loyal Member
Joined
Apr 3, 2010
Messages
1,766
Reaction score
621
Then remove the unused pages?

So you will only have the current page visible, and right/left swipe page loaded. 3 in total.

Can't you look at other apps on how they do it?

Okay I got to the point where only the siding pages are loaded, it goes a tad smoother although sometimes at the indexpage the screen flickers and the indexpage is reloaded
 
Back
Top