Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Web view fixes #13

Merged
merged 2 commits into from
Nov 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion GenericApp/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -191,4 +191,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: 72218c7641fe3fcc271a203adb92316625f296b7

COCOAPODS: 1.15.2
COCOAPODS: 1.16.2
1 change: 1 addition & 0 deletions ORLib/ORLib/UI/ORViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ open class ORViewcontroller : UIViewController {
//add observer to get estimated progress value
myWebView?.addObserver(self, forKeyPath: "estimatedProgress", options: .new, context: nil);
myWebView?.allowsBackForwardNavigationGestures = true
myWebView?.scrollView.contentInsetAdjustmentBehavior = .never

webProgressBar = UIProgressView(progressViewStyle: .bar)
webProgressBar?.progressTintColor = UIColor(named: "or_green")
Expand Down