Re: [w3c/editing] JS API to invoke native desktop emoji picker (#350)

> Looks like on Apple you can use `NSApp orderFrontCharacterPalette:nil` to open the character palette, so maybe we can trigger this in `show()` method when the input panel type is `emoji`?

On macOS, this is accurate. However, there isn't really an equivalent on iOS, since emoji picker UI is tied to the software keyboard there.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/editing/issues/350#issuecomment-937433406

Received on Thursday, 7 October 2021 04:23:22 UTC