I've just discovered strange behavior when using this code
Qt.openUrlExternally(someurl);
I would like to let my users open facebook sharer url, but I cannot use this code, as it does nothing.
Tested on S60 5th and Symbian^3 devices (C5, C7, 5230, N8)
So please tell me (if you know)
1) Is there any BUG about this component/behavior ? (I searched and didn't found anything)
2) How can i make C++ component to do the same thing ?` (If it is solution)
Thanks
Edit
I found example for creating C++ components with methods accessible to QML, right here: http://doc.qt.nokia.com/4.7-snapshot/declarative-cppextensions-referenceexamples-methods.html
Final Edit
Discussion led to making a bug report, could be found on : http://bugreports.qt.nokia.com/browse/QTBUG-19201
Thanks everybody
Qt.openUrlExternallyseems to not work on any URL containing?or&. Did you ever find an actual solution to this? – funkybro Aug 8 '11 at 11:50?and&without problems, like thisQt.openUrlExternally(voucher_link+"?voucher=pdf");, so your problem has to be caused by something else. Try making separate thread for your problem, and you'll see. – Marek Sebera Aug 9 '11 at 8:29