Skip to content

Commit

Permalink
Removed a deprecated configuration for the webview
Browse files Browse the repository at this point in the history
  • Loading branch information
OsamaRabie committed Dec 24, 2024
1 parent c68d431 commit 27710cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion goSellSDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Pod::Spec.new do |goSellSDK|
goSellSDK.name = 'goSellSDK'
goSellSDK.summary = 'goSell SDK for iOS'
goSellSDK.requires_arc = true
goSellSDK.version = '2.3.43'
goSellSDK.version = '2.3.44'
goSellSDK.license = { :type => 'MIT', :file => 'LICENSE' }
goSellSDK.author = { 'Tap Payments' => 'hello@tap.company' }
goSellSDK.homepage = 'https://github.com/Tap-Payments/goSellSDK-iOS'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ internal final class WebPaymentContentViewController: BaseViewController {
private var webView: WKWebView = {

let configuration = WKWebViewConfiguration()
configuration.suppressesIncrementalRendering = true
//configuration.suppressesIncrementalRendering = true

let result = WKWebView(frame: UIScreen.main.bounds, configuration: configuration)

Expand Down

0 comments on commit 27710cb

Please sign in to comment.