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 _______________________________________________ Qt-qml mailing list [email protected] http://lists.qt.nokia.com/mailman/listinfo/qt-qml
