Skip to content

Commit

Permalink
Merge pull request #155 from AlexVincent525/master
Browse files Browse the repository at this point in the history
Fix abstract method error  && swift version error
  • Loading branch information
pichillilorenzo authored Oct 24, 2019
2 parents ebe5add + 990fe52 commit 4b14e44
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -229,4 +229,11 @@ public void onPageFinished(WebView view, String url) {
webView.loadUrl("about:blank");
}
}

@Override
public void onInputConnectionLocked() {}

@Override
public void onInputConnectionUnlocked() {}

}
1 change: 1 addition & 0 deletions ios/flutter_inappbrowser.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@ A new Flutter plugin.
s.dependency 'Flutter'

s.ios.deployment_target = '8.0'
s.swift_version = '4.0'
end

0 comments on commit 4b14e44

Please sign in to comment.