Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 639 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 639 Bytes

just-browser-os-things

  • when you hide a scrollbar by CSS, you can't scroll on iOS, not even using JS functions
  • when password managers/browsers fill in a form input, it doesn't trigger any input events
  • you have to explicitly reset input submit type styling on iOS using -webkit-appearance: none
  • in CSS, height: 100vh doesn't expand when the search bar collapses
  • you have to explicitly remove borders on Safari versiona before 15.6
  • MacOS browsers ignore file input accept property for allowed file extensions