语言

Menu
Sites
Language
double tap - settings screen

Hi,

 

I want to add a settings screen to my app. It can be accessed by a double tap on the screen or a direct button.

But I couldn't find anyinformation on how I can design that settings page.

Can anyone give me an example on how to start ? Or  where  to look at for such information.

 

Currently I have one screen/page which is defined in index.html

 

Thanks.

 

响应

4 回复
colin Rao

Hi,

Possible you can get some help from the sample projects installed with the IDE. File -> New -> Tizen Web Project > Sample

mekabe remain

Thank you. But which example has settings screen ?
I couldn't find in many of them.
 

AVSukhov

Hello,

Using HTML/CSS and jQuery you can create settings UI design which you want.

May be you have more detailed requirements for your screen?

Alex Dem

Hi,
Here is api to extract some system information for web apps (System Information or System settings):
https://developer.tizen.org/dev-guide/2.3.0/org.tizen.web.apireference/html/device_api/mobile/index.html#System 
Also there is in IDE example (Web app->Sample->System Info) is presented.
Maybe this could help.
Alexey.