move this to the `onKeyDown` prop Revert "do the same for tablets" This reverts commit 47c709e2734f2acf34f89dd5aca42a75a2b56270. do the same for tablets don't submit message if the device is a phone on web move `onTouchStart` to `browser.ts` globals
3 lines
95 B
TypeScript
3 lines
95 B
TypeScript
export const isSafari = false
|
|
export const isFirefox = false
|
|
export const isTouchDevice = true
|