Pārlūkot izejas kodu

update Secure Browser

alqindiirsyam 5 mēneši atpakaļ
vecāks
revīzija
c719c5c794

+ 4 - 0
NexilisLite/NexilisLite/Source/View/BNIView/BNIBookingWebView.swift

@@ -189,6 +189,10 @@ public class BNIBookingWebView: UIViewController, WKNavigationDelegate, UIScroll
                     loadURLWithCookie(url: url)
                 }
             }
+        } else if isSecureBrowser {
+            if let url = URL(string: "https://google.com/") {
+                loadURLWithCookie(url: url)
+            }
         }
     }