Skip to content

1.9.0: fix height calculation bug.

Latest
Compare
Choose a tag to compare
@michaelpeternell michaelpeternell released this 14 Jul 14:52
· 1 commit to master since this release
  • It appears that when the (iOS native) WKWebView calculates it's height, it doesn't include the top margin of its first element. So I added some CSS code to remove the top margin of the first element that we draw. This also makes sense aesthetically.
  • also raise deployment target to iOS 12.0