ocsigen / ocsigen-toolkit

User interface widgets for OCaml applications
Other
32 stars 20 forks source link

use ##.style instead of getComputedStyle #150

Closed pwbs closed 7 years ago

pwbs commented 7 years ago

because for some unknown reasons, the getComputedStyle way doesn't work on iOS 10's Webkit

pwbs commented 7 years ago

@jrochel indeed, you're right!

This https://github.com/ocsigen/ocsigen-toolkit/pull/151 is replacement.