fredldotme / harbour-owncloud

A modern cross-platform client for Nextcloud, ownCloud & WebDav.
GNU General Public License v2.0
42 stars 21 forks source link

Can't select, copy or paste text in input fields on Plasma Mobile #78

Open PureTryOut opened 5 months ago

PureTryOut commented 5 months ago

I've just packaged GhostCloud for Alpine Linux to use on Plasma Mobile, thanks for making a non-SailfishOS/Ubuntu Touch version! However I can't select text nor copy or paste text into any input fields. This made it a bit hard to enter my password when logging in to my account :sweat_smile:

fredldotme commented 5 months ago

Hey! You're welcome, thanks for packaging.

Indeed the QtQuickControls don't expose a native Copy-Paste menus, which I have to guess relies on QQC magic to work. It would need subclassing the QML types and adding the feature there.