语言

Menu
Sites
Language
create an app of a website

anyone knows if here if how you can create a Tizen app of a certain website? or at least load the website in an app?

响应

3 回复
daniel kim

Hi,

I think that you can use webview for your requirement and would suggest you to refer to this link.

                https://developer.tizen.org/development/tutorials/native-application/web

Regards

Seoghyun Kang

Dear Joreel Diaz,

 

Please check whether you want to the following app.

If user clicks the app-icon. the page will be moved to the web page on server.

 

If it is true, I recommend that you create the web application.

You just need to modify the config.xml file. (You just write your web page address.)

 

Please refer it.

 

Alex Dem

Hi, fyi,

To load web site into native app you could use web view (as proposed above) WebView api:
https://developer.tizen.org/dev-guide/2.4.0/org.tizen.native.mobile.apireference/group__WEBVIEW.html
Alexey.