RxWebKit icon indicating copy to clipboard operation
RxWebKit copied to clipboard

RxWebKit is a RxSwift wrapper for WebKit

Results 19 RxWebKit issues
Sort by recently updated
recently updated
newest added

It seems the library supports MacOS, but not MacOS catalyst. Any chance this is in the works?

### Non-functional changes - Restructure directory to be more consistent - Moved CircleCI to GitHub Actions to test and release to on Cocoapods and release xcframeworks (The above changes were...

Hello! There are two crash issues that leave an issue Crash on Xcode 11.3, simulator iPhone 5 (10.3.1), Carthage Build, RxWebKit 1.0.1 First If you open the sample app and...

Added Swift Package Manager manifest file for RxWebKit

``` static let decidePolicyNavigationResponse = #selector(WKNavigationDelegate.webView(_:decidePolicyFor:decisionHandler:) as ((WKNavigationDelegate) -> (WKWebView, WKNavigationResponse, @escaping(WKNavigationResponsePolicy) -> Void) -> Void)?) static let decidePolicyNavigationAction = #selector(WKNavigationDelegate.webView(_:decidePolicyFor:decisionHandler:) as ((WKNavigationDelegate) -> (WKWebView, WKNavigationAction, @escaping(WKNavigationActionPolicy) -> Void) ->...

Fixed error Xcode 14.0

Hi team, Starting with Spring 2024 Apple requires third-party SDKs to add a Privacy Manifest file. https://developer.apple.com/support/third-party-SDK-requirements/ https://developer.apple.com/documentation/bundleresources/privacy_manifest_files Does this SDK need a privacy manifest? If yes, is there any...