veskuh / Tweetian

A feature-rich Twitter app for smartphones developed using Qt/QML
GNU General Public License v3.0
50 stars 26 forks source link

Added InfoBanner msg when opening links in external browser #152

Closed hsarkanen closed 10 years ago

hsarkanen commented 10 years ago

There was attempt to fix this in 522729f5084758a9a3f03da5f997c88bb0a6e13c but the OpenLinkDialog is not in use since f5bd6cb8dd18ad3c5c1094ccc67e66973c5674be so it doesn't really show the infoBanner when clicking URL links. There is also the haptic feedback for all types of links, but at least on the latest OS version QtFeedback API usually fails to work: "[W] QFeedbackFFMemless::uploadEffect:361 - bool QFeedbackFFMemless::uploadEffect(ff_effect*) Unable to upload effect".

veskuh commented 10 years ago

Thanks.