Local, internal linked "pages"
A single HTML document can contain multiple 'pages' that are loaded together by stacking multiple divs with a data-role
of "page"
. Each 'page' block needs a unique ID (id="foo"
) that will be used to link internally between 'pages' (href="#foo"
). When a link is clicked, the framework will look for an internal 'page' with the ID and transition it into view.
It's important to note if you are linking from a mobile page that was loaded via Ajax to a page with multiple internal pages, you need to add a rel="external"
or data-ajax="false"
to the link. This tells the framework to do a full page reload to clear out the Ajax hash in the URL. This is critical because Ajax pages use the hash (#) to track the Ajax history, while multiple internal pages use the hash to indicate internal pages so there will be a conflicts.
For example, a link to a page containing multiple internal pages would look like this:
'Mobile' 카테고리의 다른 글
Notch 노치 디자인 React Native에서 <SafeAreaView>로 해결하기 (0) | 2020.05.02 |
---|---|
[PhoneGap] iOS 환경 만들기 (0) | 2014.10.15 |
[PhoneGap] 폰갭 접근 가능한 hosts 추가하기 (0) | 2012.05.15 |
[PhoneGap] 폰갭(Apache Cordova)설치하기 (0) | 2012.03.23 |
mobile UI 관련 javascript 개발 framework (0) | 2011.02.09 |
(로그인하지 않으셔도 가능)