The app i'm working on has a web view that navigates through a whole flow filling some forms, at the end shows a finish screen with a button to navigate to the home. My boss want to disable zoom in the form screens but no in the last one.
Also i've tried with the following code but it just doesn't work:
webView.scrollView.maximumZoomScale = 1.0
webView.scrollView.minimumZoomScale = 1.0