Languages

Menu
Sites
Language
Create WebView With Back & Forward Button/Gestures

Hi guys,

I am trying to convert my Built for Blackberry app to the Tizen Platform, however I am finding it difficult to implement WebView within my Tizen application. My BB10 app has a webview with a playlist of videos, which as front and back buttons that allow users to click on a video and go to and fro from the playlist. I am trying to replicate a webview in my videos tab of my tizen web app, is there a way to have a webview with the ability to go forward and back pages using either on screen buttons or gestures. 

Any ideas?

If the forward and back buttons can not be implemented, can someone point me in the direction of adding a simple webview in my Tizen app

Thanks,

 

 

 

 

 

 

Responses

2 Replies
AVSukhov

Hello,

Do you want convert to Native app with WebView or Web app?

Alex Dem

Hi,
just fyi, for Native apps regarding WebView:
for 2.3.0:
https://developer.tizen.org/dev-guide/2.3.0/org.tizen.mobile.native.appprogramming/html/tutorials/web_tutorial/webview_tutorial.htm
for 2.2.1 (there is also WebViewer example in Tizen SDK):
https://developer.tizen.org/dev-guide/2.2.1/org.tizen.native.appprogramming/html/guide/web/controls_namespace.htm
Alexey.