You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I Want to see the values of barcode immediately on toast message.
But when I use this pack during setting keyboard for Korean,
the value doesn't have korean charaters
ex) value of barcode : 100Barcode-123123
when I scan in Eng -> 100Barcode-123123
but in Korean -> 100-123123
so I inspected the package.
I expect that when I use in iOS , the values return keylabel types.
and keyLabel is defined in doc
'it will be missing special processing for Unicode strings for combining characters and other special characters, and the effects of modifiers.'.
so I don't know what i have to do next.
I need your help guys
The text was updated successfully, but these errors were encountered:
When using keyLabel we found that some characters where displayed wrong, for example a '2' instead of '@'. Because it ignores modifiers. This is why we chose to use character instead. I'm also not sure if using keyLabel would solve the issue. You could test this by using version 0.1.1, this version did use the MacOS keyLabel.
I Want to see the values of barcode immediately on toast message.
But when I use this pack during setting keyboard for Korean,
the value doesn't have korean charaters
ex) value of barcode : 100Barcode-123123
when I scan in Eng -> 100Barcode-123123
but in Korean -> 100-123123
so I inspected the package.
I expect that when I use in iOS , the values return keylabel types.
and keyLabel is defined in doc
'it will be missing special processing for Unicode strings for combining characters and other special characters, and the effects of modifiers.'.
so I don't know what i have to do next.
I need your help guys
The text was updated successfully, but these errors were encountered: