0

WKWebView no scalesPageToFit Property?

I use UIWebView can set scalesPageToFit=true

I want to embed WebPage requires this property

Kampai
  • 22,848
  • 21
  • 95
  • 95
Saber
  • 49
  • 3
  • 5
  • Its in Obj-C but this should help: http://stackoverflow.com/questions/26295277/wkwebview-equivalent-for-uiwebviews-scalespagetofit – GoodSp33d Aug 19 '15 at 09:32
  • you can see the answer at [another question](http://stackoverflow.com/questions/26295277/wkwebview-equivalent-for-uiwebviews-scalespagetofit) – K6F Jul 18 '16 at 06:27

1 Answers1

0

Unlike UIWebView, WKWebView doesn't have a scalesPageToFit property (in either language). Instead zoom is handled by the underlying UIScrollView.

Girish
  • 4,692
  • 4
  • 35
  • 55
Sean Howell
  • 876
  • 7
  • 8