How-to use links and launch the browser from a WRT widget
Article Metadata
Compatibility
Platform(s): S60
Platform Security
Capabilities: )
Article
Keywords: Browser URI Scheme, Browser Protocol
Created: forum-mrkt
(03 Oct 2007)
Last edited: hamishwillee
(24 Jun 2011)
How to use links in S60 WRT Widgets
Best way to use links within S60 WRT widgets is
instead of
The issue with the link is that if a widget's content contains a link to open an URI from the Internet, the new HTML page will be loaded to replace the widget's main HTML page. After this, there is no way to get back to the widget main page. In other words, this means that open a new HTML page within a widget with a normal tag such as shown below will decrease the end user experience of widgets.


2009-05-02 - It does not work for me on Nokia N78 emulator running on Aptana Studio 1.2.6 workbench. Specifically, the target URL does not open within screen window, nor does it even seem to change the state of the main page.