[maemo-developers] Proper Way To Call Browser (Fremantle)
From: daniel wilms daniel.wilms at nokia.comDate: Mon Sep 7 09:59:07 EEST 2009
- Previous message: Proper Way To Call Browser (Fremantle)
- Next message: Proper Way To Call Browser (Fremantle)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi, the browser can be opened by using a dbus-service. The package is called "tablet-browser-interface" and you find the header in the dev-package. Here is an example how to call the service from the command line: 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" Cheers Daniel ext Brent Chiodo wrote: > I am writing an application for Maemo 5/Fremantle that needs to load > the browser to a specific page when needed. How would I go about > calling the browser? > > Ideally, I want to open the browser in a new window to a specific page > and in the current browser process if there is already one open. > > Thanks. > > -- > Best Regards, > > Brent Chiodo
- Previous message: Proper Way To Call Browser (Fremantle)
- Next message: Proper Way To Call Browser (Fremantle)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]