Skip to content

Conversation

@StijnDRZP
Copy link

This commit updates the iOS WebView implementation to conditionally set the inspectable property on WKWebView.

The setInspectable method is only called if the operating system version is iOS 16.4 or later. This prevents potential crashes on older iOS versions where this method is not available.

Stijn De Raeve added 3 commits August 12, 2025 11:41
This commit updates the iOS WebView implementation to conditionally set the `inspectable` property on `WKWebView`.

The `setInspectable` method is only called if the operating system version is iOS 16.4 or later. This prevents potential crashes on older iOS versions where this method is not available.
This commit refactors the iOS WebView implementation to improve code readability.
Specifically, it adjusts the indentation for setting `scrollViewColor` and `minSetInspectableVersion` for better visual structure. No functional changes were made.
@KevinnZou KevinnZou merged commit b25faa3 into KevinnZou:main Aug 21, 2025
4 checks passed
@pepsi-wyl
Copy link

Thanks for the quick fix! We are currently blocked by this issue. Is there any plan for a new release soon? A snapshot version would also be very helpful. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants