wix-incubator / react-native-keyboard-input

Use your own custom input component instead of the system keyboard
MIT License
819 stars 150 forks source link

Does this work on Web? #42

Closed 1337rooster closed 6 years ago

1337rooster commented 6 years ago

I want to build a special keyboard where several suggestions come up and users can click on them. Of course on dekstop web, you would normally use your keyboard to type. But the suggestions would still be useful to click on. Would it be possible to share this keyboard in web and an android/ios app?

artald commented 6 years ago

this package is not for the web. It specifically handles native mobile keyboards, not related in anyway to websites.