PAWebView icon indicating copy to clipboard operation
PAWebView copied to clipboard

An component WebView for iOS base on WKWebView

Results 16 PAWebView issues
Sort by recently updated
recently updated
newest added

pod下来的code,push出去的网页,pop回来会崩溃。 webView:didFinishNavigation: 这个方法这里会崩溃。

我想问下,PAwebView初始化的时候为啥先加载about:blank,对about:blank这块不太了解

比如这个:https://ph.6632888.com/ph2.html

单独调用WKWebView+POST不生效

例如 webview 已經登入了 但若把app刷掉重新開啟, 剛開啟時並非登入狀態, 但只要url有跳轉的行為就會變成登入狀態 試了幾次, 發現把以下這段刪除 /** 插入cookies PHP */ if (Domain)[request setValue:[_webView phpCookieStringWithDomain:Domain] forHTTPHeaderField:@"Cookie"]; 就會是正常的