Ankur Wadhawan
Posts: 0
Joined: Thu Jan 30, 2014 11:54 pm

single page navigation

is single page navigation possible i am trying to implement jquery mobile transitions..
http://dev.chetankjain.net/2011/12/jq...

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

single page navigation

Ankur Wadhawan
Posts: 0
Joined: Thu Jan 30, 2014 11:54 pm

single page navigation

ok great..i have been working on my app for some time and have different pages... would checking this option change my previous logic or pages?

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

single page navigation

Not the logic.. but all the pages will be rendered into one file.

Ankur Wadhawan
Posts: 0
Joined: Thu Jan 30, 2014 11:54 pm

single page navigation

This is my code after checking the option told by you...however when i click on anchor tag it doesnt work. DO I have to explicitly define javascript

""""

[url=http://#search] Go to Search
[/url]

Code: Select all

Hello
Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

single page navigation

Hello! Could you paste the code? Use < code tags.

Ankur Wadhawan
Posts: 0
Joined: Thu Jan 30, 2014 11:54 pm

single page navigation

code
<div data-role="content">
<a href="#search" data-role="button" data-transition="slide" > Go to Search
</a>
<>

<div id="search" data-role="page">

Code: Select all

Hello 

<>

/code

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

single page navigation

Hi Ankur,

Your code works for us. Where did you add it? Could you please post a public link and tell how to reproduce the issue?

Ankur Wadhawan
Posts: 0
Joined: Thu Jan 30, 2014 11:54 pm

single page navigation

i have included the code within the html component.
on click of the button ajax loads content into the slide transition page...
ajax does load the content however the transition to the page does not happen

I have also tried without ajax.. that is just a simple page transition with button click

i have even tried Appery.navigateTo('menuPage', {transition : 'slideup'});

Let me know how i could share my code page....

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

single page navigation

Ankur,

Please share the app with a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a or post a public link: docs.appery.io/documentation/sharing-and-collaboration

Return to “Issues”