View Single Post
Posts: 432 | Thanked: 645 times | Joined on Mar 2009
#2
Hi,

there is a dbus API for that, which you find in /usr/include/tablet-browser-interface.h in the SDK. The call for open a url is:

Code:
dbus-send --system --type=method_call --dest="com.nokia.osso_browser" --print-reply /com/nokia/osso_browser/request com.nokia.osso_browser.load_url string:"http://www.google.com"
Daniel
 

The Following 4 Users Say Thank You to danielwilms For This Useful Post: