way to press key of Android Soft Keyboard programmatically?

hey guys,
i have downloaded a package called: “EasyWebViewTexture For Android” that gives the ability to use a in app browser as a texture.
the problem is, that plug does not support any plugged keyboard (only the android soft keyboard working) so i cannot use my keyboard :frowning:
i guess i need to find a way to simulate the soft keyboard clicks. any ideas how to do it inside unity? is it possible? or do i have to write some unity plugin ?

thank you all!

If the .unitypackage you installed is not full of DLLs why not just modify it so it can work with regular KeyCodes?

i have contacted with the package unitypackage and he said it’s not supported.