Skip to content

Commit

Permalink
Merge pull request #8 from qoqa/Force-light-mode-on-webview
Browse files Browse the repository at this point in the history
  • Loading branch information
alemannosara authored Feb 14, 2023
2 parents 0a8fb1a + 8415b18 commit 80978da
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions QueueITLib/QueueITWKViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ - (void)viewDidLoad{
self.view.bounds.size.height - navigationBarOffset) configuration:config];
view.navigationDelegate = self;
self.webView = view;

if (@available(iOS 13.0, *)) {
self.overrideUserInterfaceStyle = UIUserInterfaceStyleLight;
}
}

- (void)viewWillAppear:(BOOL)animated{
Expand Down

0 comments on commit 80978da

Please sign in to comment.