'HKWMentionsPlugin' cannot be constructed because it has no accessible initializers
Closed this issue · 4 comments
iosappsdevelopers commented
I am getting below error: -
'HKWMentionsPlugin' cannot be constructed because it has no accessible initializers.
Please share me solutions if any.
bkoatz commented
you can use HKWMentionsPluginV1, until V2 is ready
Best
…On Thu, Sep 17, 2020 at 2:19 AM iosappsdevelopers ***@***.***> wrote:
I am getting below error: -
'HKWMentionsPlugin' cannot be constructed because it has no accessible
initializers.
Please share me solutions if any.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#199>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AANYBTEGL6DL3XGISFCPYJDSGHIDXANCNFSM4RQEDOAA>
.
iosappsdevelopers commented
Thanks, @bkoatz .
Currently I can see list for selection, when I tap on textview but it should only appear when I type @.
Can you tell how can I prevent to appear list when I click on textview first time.
robmathers commented
Is this documented anywhere? Must admit it seems a little strange to have non-working code shipping in a production version.
bkoatz commented
we are updating documentation asap :) and if u instantiate your plugin with searchLength of 0 and a control character set inlcuding @ it should work @iosappsdevelopers