-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mentions feature #79
Comments
He already has the baseline for this implemented - with onTextChanged(). All you have to do is pass it a function that parses the text for the |
I'm also looking to implement a mention feature and tried the approach suggested by @Bengejd, however this does not work. Parsing the text using |
@JunkMyFunk You could try setting the keyboard to stay open, and then pragmatically close it when it loses focus. Not ideal, but it's one way to go about it. |
@Bengejd Not sure which setting can be used to do that? There's Also, it seems the initial tap in the WebView isn't registered on the element being tapped, it just shifts focus to the WebView. Only once it's focussed do taps start to get registered by the DOM elements themselves. Is there a way to enable this @EddyVerbruggen? We want to buy the plugin and currently this is the only thing stopping us. Cheers for great work by the way! |
@JunkMyFunk Can you show me an isolated demo of the issue you describe? An adjusted version of this file would suffice. |
@EddyVerbruggen apologies for the delay, just got to putting a demo together for you. Updated demo/index.html is here To demonstrate the issue, I have added a mention list to the html. It is displayed when you enter the Hope this helps. |
@EddyVerbruggen Not sure if you've had a chance to look a the demo I provided but I think this issue is a blocker for developing a WhatsApp-type app, not just with regards to the mention list feature. For instance, if you have a back button in the app header which navigates back to your list of chats/contacts, tapping it while in a chat with the keyboard open doesn't navigate - it just closes the keyboard. You must then tap a 2nd time to navigate. |
Hey Eddy, your plugin is amazing (you know it because I’ve purchased it)
Lots of applications of this plugin could use a mention feature (something like WhatsApp, chat apps or Instagram) where you type a special character (@, for example) and a user list pops up.
I wonder if you ever thought on it... definitely would improve even more this plugin. We all could help you with the code. Could be something simple as a starting point...
The text was updated successfully, but these errors were encountered: