[Qt-qml] [qt-qml] How to launch/embed web browser on Symbian

Antti Poikela Antti.Poikela at futurice.com
Fri Jul 22 09:31:07 CEST 2011


On Jul 21, 2011, at 23:59, Todd Rose wrote:
> 2.  Use Qt.openUrlExternally() from the QML side (or
> QDesktopServices::openUrl() from the C++ side) - this would also be an
> acceptable solution although it will be harder for our app to know
> when the user is finished with the browser.  Anyway, this solution is
> also doomed on Symbian because of a bug where the openUrl() call
> doesn't do anything at all if the web browser is currently running.

This works, you'll just need to add the "SwEvent" capability.

-Antti


More information about the Qt-qml mailing list