Closed ez-ai21 closed 4 months ago
Hi @ez-ai21 - does this only behave incorrectly for RTL locales?
Hi @ez-ai21 - does this only behave incorrect in RTL locales?
Correct. I believe that the caret movement should behave the same in all languages (RTL and LTR) if it is to align with Apple's approach.
Ok got it, thank you! This probably broke once the SDK started applying the primary language correctly. I’ll fix it!
This should work in the upcoming 8.7.2
Current state: Gesture swipe to the right at the end of the text does nothing. Gesture swipe to the right moves the caret left. Gesture swipe to the left moves the caret right.
https://github.com/KeyboardKit/KeyboardKitPro/assets/175294009/47401758-26fd-43ea-b7ee-6fb4c484d297
Expected result: Gesture swipe to the right moves caret to the right if possible. Gesture swipe to the left moves the caret to the left if possible.