about summary refs log tree commit diff
path: root/src/lib/browser.native.ts
Commit message (Collapse)AuthorAgeFilesLines
* Starter Packs (#4332)Hailey2024-06-211-0/+1
| | | | | | | Co-authored-by: Dan Abramov <dan.abramov@gmail.com> Co-authored-by: Paul Frazee <pfrazee@gmail.com> Co-authored-by: Eric Bailey <git@esb.lol> Co-authored-by: Samuel Newman <mozzius@protonmail.com>
* [🐴] Don't submit the message on return press when on a phone (web input) ↵Hailey2024-05-231-0/+1
| | | | | | | | | | | | | | | (#4203) 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
* implement a safari hack for ime (#4186)Hailey2024-05-231-0/+2
remove debug logs use a better hack implement a safari hack extract `isSafari` and `isFirefox` to a global variable