Mentions on Mobile #516
Replies: 1 comment
-
Hi @davevilela. I am not a React Native expert, but would it be possible to send the query data to React Native in the Important: Android's keyboard does not work well with contenteditable. The editor feels buggy with the Gboard keyboard (e.g., facebook/lexical#4636). Unfortunately, these bugs are not easy to fix. So, consider carefully whether an editor based on contenteditable is really suitable for you if you know that many Android users will use the app. |
Beta Was this translation helpful? Give feedback.
-
Description:
I am currently working on a proof of concept using Lexical and React Native. To render the editor, I am utilizing a WebView and managing the communication between the host and client with the @webview-bridge/react-native library.
Issue:
I am trying to implement mentions/suggestions so that the popover displaying query results appears in a native view above the input. I need to find a way to use this plugin to send the state of the query back to React Native after the trigger.
Question:
Is there a way to leverage lexical-beautiful-mentions to report the state of the query to React Native after the trigger is activated?
Beta Was this translation helpful? Give feedback.
All reactions