Remix.run Logo
Someone1234 6 hours ago

3rd Party Keyboards exist, but they don't have the same rights/abilities as Apple's native keyboard, directly resulting in some features/functions being impossible to implement.

vzaliva 5 hours ago | parent [-]

Interesting (I am Android user myself). Any examples of such features?

Someone1234 5 hours ago | parent | next [-]

- Apple's keyboard has richer context; third-party keyboards are largely limited to the text proxy (surrounding text/selection) and cannot inspect the host app/see the underlying context of where the text is used/what for.

- No caret/cursor control; cannot reliably set the cursor to arbitrary positions

- No custom dictation pipeline inside the keyboard; must rely on system dictation (or move voice input outside the keyboard).

- No camera access from the keyboard extension; blocks scan-to-type (OCR), QR/barcode capture, etc.

- Can do basic text expansions, but cannot implement privileged automation/macros that interact with other apps/UI or run broadly in the background.

- Due to aggressive lifecycle + tight resource limits constrain large language models/dictionaries; cloud sync/personalization

dabbz 4 hours ago | parent | prev [-]

The ability to auto-fill the text/email verification codes is a huge one.