Languages

Menu
Sites
Language
page indicator에서 page 등록하는 법에 관해서 궁긍

<section style="text-align:center" >
                <h3> Page1 of 5</h3>
            </section>
            <section style="text-align:center">
                <h3> Page2 of 5</h3>
            </section>
            <section class="ui-section-active" style="text-align:center">
                <h3> Page3 of 5</h3>
            </section>
            <section style="text-align:center">
                <h3> Page4 of 5 </h3>
            </section>
            <section style="text-align:center">
                <h3> Page5 of 5 </h3>
            </section>

 

기어 s2에서 사용할 web app을 개발중인데 위와 같이 page indicator을 사용하여 각 섹션을 나눈 후

각 섹션별로 html을 등록해서 section마다 기능이 다른 화면을 나타내고 싶습니다.

각 섹션을 하나의 html이라 생각해서 헤더와 바디 부분과 function을 이용하여 기능을 추가하였는데

제가 원하는 방향으로 실행이 되질 않습니다.

저 섹션에 새로운 html을 띄우려면 어떻게해야하나요?

아니면 섹션마다 다른 기능의 화면을 추가하려면 어떤 방식으로 해야하나요?

 

Responses

1 Replies
Nafisul Islam Kiron

Hello, from Bing translator, you said:

Web app development for use in the gear s 2 to page as shown above, each section by using the indicator divides
Each section-by-section by registering every html feature represents different screens.
Each section is one of two parts: the headers and the body assume html function by using the add features were
I am not running in the desired direction.
If you decide that the new html, in the section what should I do?
Or if you want to add different features of screen sections in what way?

You want to add multiple pages with header and body on Gear S2. Each page will have different feature, layout and design.

 

Please check the following link:

https://developer.tizen.org/dev-guide/2.4/org.tizen.ui.practices/html/web/tau/managing_page_w.htm

 

Also there is a sample app in Tizen IDE for mobile:

File > New > Tizen Web Project > Template > jQuery Multi-Page

This can be modified and run in Gear S2.