I've been reading the new Web Developers Library 1.4, and had a question about the home screen widgets which isn't clear from the documentation.
What I would like to do is have a home screen widget that when clicked, just executes widget code instead of opening the widget in full screen.
A basic example of this would be a simple RSS reader widget that displays the latest news article on your home screen, but when you click the widget on the home screen, instead of launching the full screen widget we could override the action and call widget.openURL() instead and send users straight to the mobile web page. Another example would be a calendar widget that displays your next upcoming alarm. If a user clicks on it, you would want to send them to the native calendar app, not your full screen widget.
Is this possible?
-Will

Reply With Quote


