burhanuday / react-transliterate

Transliteration component for React with support for over 30 langauges. Burhanuddin → बुरहानुद्दीन
https://burhanuday.github.io/react-transliterate/
190 stars 32 forks source link

Space key not working in android chrome browser #58

Open ashishb1991 opened 2 years ago

ashishb1991 commented 2 years ago

I am using your React Transliterate project in our project. but the space key is not working in the android chrome browser, even your project is also not working in chrome. but in the iphone chrome browser its working fine. please help me

bohrasankalp commented 2 years ago

Determine the event that has been triggered by the Android chrome browser. If you added a debugger to the library, you would be able to determine the exact 'event.' Add that to the switch case, and the problem is solved.