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

fix #52 This is because `RxWKNavigationDelegateProxy` was duplicated in RxCocoa and RxWebKit. Fixed to use [RxCocoa implementation](https://github.com/ReactiveX/RxSwift/blob/1a1fa37b0d08e0f99ffa41f98f340e8bc60c35c4/RxCocoa/iOS/WKWebView%2BRx.swift#L19-L21).

`$ cartahge bootstrap` was failing due to a broken file references in `project.pbxproj`. Fixed file references so that `$ cartahge bootstrap` now succeeds.

- [x] update CircleCI config - update Xcode Version to 13.1.0 from 11.4.1 - [Supported Xcode Versions section of the Testing iOS](https://circleci.com/docs/2.0/testing-ios/#supported-xcode-versions)

This PR take over https://github.com/RxSwiftCommunity/RxWebKit/pull/37.

Please check to the following log for the runtime. ``` 2021-10-28 19:14:34.228664+0900 RxWebKitSample[2594:65726] RxCocoa/RxCocoa.swift:153: Fatal error: Failure converting from Optional() to RxWKNavigationDelegateProxy (lldb) ``` The sample code is attached below....

bug

I wondering if you could remove no need `return` code, check link bellow and also no need `self` How are you think about https://github.com/RxSwiftCommunity/RxWebKit/blob/a1d52c6245a6ce3ec326db0715445aeaa093cf01/RxWebKit/Sources/Rx%2BWebKit.swift#L19

enhancement

```Swift webView.rx.didTerminate .do(onNext: { _ in log.error("didTerminate: subscribe") }) .subscribe(onNext: { webView in webView.reload() }) .disposed(by: rx.disposeBag) ``` When I run this codes in my Controller with webview crashed where...

Add reactive wrapper for [webView(_:runJavaScriptTextInputPanelWithPrompt:defaultText:initiatedByFrame:completionHandler:)](https://developer.apple.com/documentation/webkit/wkuidelegate/1538086-webview) to RxWKUIDelegate.

When will a new version with RxSwift 6 be released?

podspec's version is 1.0.2 please update 1.1.0 Thank you 👍