Hi,
I am having a problem with accessing the nokia widget extensions (for accessing device APIs) when my widget goes from one page to another, or when the current page is reloaded. Basically, if there is a line in my widget like this
orHTML Code:<A HREF="javascript:history.go(0)">Click to refresh the page</A>and the user clicks on the link, the page is properly reloaded, but then the widget extension goes out of scope. The extension only works when the widget is loaded for the first time. If anyone else has encountered this problem, please help.HTML Code:<A HREF="index.html">Click to reload current page</A>
Thanks

Reply With Quote

