353e77392cbbca2af8114cd458713369b1f6f510
[paste/520.git] / README.rst
1 On Lineageos 14.1 (microg edition) the gesture typing (swiping) input does not work anymore.\r
2 \r
3 Reason:\r
4 \r
5 - AOSP keyboard does not support it by default\r
6 - When using opengapps, the google swype libraries are installed by default - so this is why I had this feature on CyanogenMod 13\r
7 \r
8   - https://github.com/opengapps/opengapps/wiki/Advanced-Features-and-Options#skip-googles-swype-library-setting\r
9 - "Gesture typing will not work unless you are rooted and have libjni_latinimegoogle.so in /system/lib"\r
10 \r
11   - https://forum.xda-developers.com/showpost.php?p=66559871&postcount=5\r
12 - ??? How to get it back?