Skip to content

Shit Never Works

Because the $#&$'ing thing won't work.

Recent Posts

  • Install PostgreSQL 16 and have it work with zsh
  • Adding gsap.tar.gz to package.json
  • How to make a React useRef() mutable
  • Vite Errors, such as Cannot find type definition file for ‘vite/client’
  • Sync yarn.lock with package.json with SyncYarnLock

Recent Comments

  • Kai on Sublime Text Multiple Selection Secrets

Archives

  • April 2024
  • March 2024
  • February 2024
  • August 2022
  • May 2022
  • July 2021
  • June 2021
  • May 2021
  • January 2020
  • November 2019
  • September 2019
  • May 2019
  • November 2018
  • October 2018
  • September 2018
  • June 2018
  • March 2017
  • February 2017
  • January 2017
  • June 2016
  • March 2016
  • February 2016
  • January 2016
  • December 2015
  • October 2015
  • August 2015
  • June 2015
  • May 2015
  • April 2015
  • February 2015
  • January 2015

Categories

  • CSS
  • Git
  • HTML 5
  • Illustrator
  • Javascript
  • Next.JS
  • Node
  • OSX
  • React
  • Sanity CMS
  • SASS
  • SSH
  • SVG
  • Terminal
  • Typescript
  • Uncategorized
  • ZSH

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

Month: February 2016

Mobile Device CSS Pixel Dimensions

http://mydevice.io/devices/

Posted on February 27, 2016Categories UncategorizedLeave a comment on Mobile Device CSS Pixel Dimensions

Scrolling on IOS devices does not repaint JS DOM manipulation

When scrolling, not only does the ‘scroll’ event not fire, but IOS Safari will not repaint any Javascript.

However, if Javascript triggers class changes, those will display as expected.

Apparently if you adjust transform it will not render but if you adjust margins it will. ???

Posted on February 27, 2016February 27, 2016Categories JavascriptLeave a comment on Scrolling on IOS devices does not repaint JS DOM manipulation
Proudly powered by WordPress