Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The swipe down gesture barely works and constantly gets stuck half way #223

Open
ell1e opened this issue Jul 1, 2024 · 9 comments
Open

Comments

@ell1e
Copy link

ell1e commented Jul 1, 2024

See here:

100_5457.webm

It would help if there was an obvious, additional alternative like a hide button.

@ell1e
Copy link
Author

ell1e commented Jul 3, 2024

Is there any emergency workaround available for this?

I've been trying to use this device more seriously over some hours, and this issue single-handedly causes RSI flare ups and generally makes navigating any website a huge pain for me (because input fields will cause maliit to come up which is fine, but then I'm literally hurting my wrist and fingers trying to get it out of the way).

@espidev
Copy link
Contributor

espidev commented Jul 7, 2024

Yes: #211

@ell1e
Copy link
Author

ell1e commented Jul 7, 2024

Thanks so much! So building from that pull request's version might help? I'll try it right now! 🎉 ⭐

@espidev
Copy link
Contributor

espidev commented Jul 8, 2024

Yes, it should address the issue, but please let me know if there are problems with the PR

@ell1e
Copy link
Author

ell1e commented Jul 9, 2024

My apologies for perhaps just being confused, but are there any build instructions available? I searched in the repository and can't find any in README.md, and I can't see any BUILD.md either. I tried building it after installing the Qt and QML development headers for Qt5 and Qt6, but cmake complains that I need some "MaliitPlugins". It's not entirely clear to me however why they are needed, when the "plugins" folder is right there.

@espidev
Copy link
Contributor

espidev commented Jul 9, 2024

Install the packages from the makedepends here: https://gitlab.alpinelinux.org/alpine/aports/-/blob/master/community/maliit-keyboard/APKBUILD

Then in the folder, do

mkdir build
cd build
cmake ..
make -j4
sudo make install

@ell1e
Copy link
Author

ell1e commented Jul 9, 2024

Thanks to your instructions, I successfully built the latest git dev version ❤️ and verified that it works. Since it fixes #225 that's already a huge improvement for me. I will now rebuild with the changes of the pull request on top and report back on the state of this issue here.

@ell1e
Copy link
Author

ell1e commented Jul 9, 2024

I posted the test results here: #211 (comment)

@espidev
Copy link
Contributor

espidev commented Jul 9, 2024

Thanks, I'll try to take a look soon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants