On Fri, Jul 22, 2011 at 3:31 AM, Antti Poikela <[email protected]> wrote: > 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. >
Indeed it does work with SwEvent. Thank you very much Antti. If that was in the doc then I definitely skipped right over it. Makes sense because surely the symbian impl is calling SendMessage. Our ideal solution is still to use an embedded WebView, so if anyone has any information on why it crashes and if there's a workaround or if it will be fixed in the next release then that would be great. -Todd _______________________________________________ Qt-qml mailing list [email protected] http://lists.qt.nokia.com/mailman/listinfo/qt-qml
