Skip to content

Commit

Permalink
Prevent scrollView bounce in the checkout WebView
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjcampbell committed Jan 20, 2021
1 parent ac3cd48 commit 28a7792
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/Afterpay/Checkout/CheckoutWebViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ final class CheckoutWebViewController:

webView.allowsLinkPreview = false
webView.navigationDelegate = self
webView.scrollView.bounces = false
}

override func viewDidAppear(_ animated: Bool) {
Expand Down

0 comments on commit 28a7792

Please sign in to comment.