Languages

Menu
Sites
Language
Refresh Control in Tizen

Hi,

Can any one tell me how I can use REFRESH CONTROL (like pulling down HTML page.) to refresh certain page in Tizen WebApp? 

 

Thanks

Responses

3 Replies
AVSukhov

Hello,

You can use the refresh method with the Tizen page to update the current page:

<div data-role="page"></div>
$("#.selector").page('refresh');
Rajashri Pawar

Hi,

Thanks for reply .

But Is html5 have any control to refresh certain page in webapp?

 

Thanks

Marco Buettner

No you have to create a own logic for pull down refreshs