devopsinthecloud icon indicating copy to clipboard operation
devopsinthecloud copied to clipboard

Results 55 devopsinthecloud issues
Sort by recently updated
recently updated
newest added

Hello , Thanks for the library. i am using it in my app. Can you please tell me how to change the color of mentioned text. It is blue currently....

Reproduction steps: 1 - Start typing an explicit mention (`@whatever`) 2- Select all 3- Try to replace what you just typed... iOS version: 14 Hakawai version: 7.3.7

Hi. I'm trying to replicate "the marking someone in a post comment" situation. When you have a keyboard up and there's a tableview that rises with the possible entities to...

question
needs-detail

Very nice library... we have integrated into the app. but we require guidance to render the message with mentions on HKWTextView.

I was running into issues where after a mention is detected, my textView's `typingAttributes` are not used. Looking at the code, it appears that after inserting a mention, the `typingAttributes`...

Could you create a SwiftUI example using UIViewRepresentable Curious how it would be done as using delegate is not recommended.

Is there any way we can implement infinite scroll for load more data? Let's say user inserts @Joseph as a search, and there are more than 50 Joseph. So I...

I have added custom chooserview. I can able to select the row of tableview. but it takes long press to populate in uitextview. I have followed [https://medium.com/@shtimehack/linkedin-hakawai-implementions-user-mentions-future-in-your-ios-swift-application-cf1b47f71bae](this) url for implementation....

I want to know if there is a way I can show the list of mentions outside the text view. If my text view is small and has an only...

When creating a Custom Chooser view, it looks like the `HKWMentionsCreationStateMachine` calls `createNewChooserView` that sets the `chooserFrame` to `CGRectZero` for custom `HKWMentionsChooserPositionMode`. The custom `chooserView` is always created via that...