diff --git a/en/react-native-webview.md b/en/react-native-webview.md index 4e0bd9746590162434b3a0376b391a0fb155ef1a..24d514a624df4feaed8ead5d0e382b1f8836371a 100644 --- a/en/react-native-webview.md +++ b/en/react-native-webview.md @@ -284,7 +284,7 @@ For details, see [webview official document](https://github.com/react-native-web | `incognito?` | Does not store any data within the lifetime of the WebView. | boolean | NO | All | yes | | `mediaPlaybackRequiresUserAction?` | Boolean that determines whether HTML5 audio and video requires the user to tap them before they start playing. The default value is `true`. (Android API minimum version 17). | boolean | NO | iOS,Android,macOS | yes | | `geolocationEnabled?` | Set whether Geolocation is enabled in the `WebView`. The default value is `false`. Used only in Android. | boolean | NO | Android | yes | -| `fraudulentWebsiteWarningEnabled?` | A Boolean value that indicates whether the web view shows warnings for suspected fraudulent content, such as malware or phishing attempts. The default value is `true`. (iOS 13+) | boolean | NO | iOS | yes | +| `fraudulentWebsiteWarningEnabled?` | A Boolean value that indicates whether the web view shows warnings for suspected fraudulent content, such as malware or phishing attempts. The default value is `true`. (iOS 13+) | boolean | NO | iOS | yes (This interface does not take effect, and calling it will not produce any actual results. Illegal and fraud websites are forcibly enabled; this is how HarmonyOS is currently implemented.) | | `userAgent?` | Sets the user-agent for the `WebView`. | string | NO | iOS,Android,macOS | yes | | `minimumFontSize?` | Android enforces a minimum font size based on this value. A non-negative integer between 1 and 72. Any number outside the specified range will be pinned. Default value is 8. If you are using smaller font sizes and are having trouble fitting the whole window onto one screen, try setting this to a smaller value. | number | No | Android | yes | | `forceDarkOn?` | Configuring Dark Theme | boolean | No | Android | yes | diff --git a/zh-cn/react-native-webview.md b/zh-cn/react-native-webview.md index 0547e674b3824da65a5328e8c0a2e564c068d5c9..bd72fabf4e2f7189c9e420bc5d08438a6195762d 100644 --- a/zh-cn/react-native-webview.md +++ b/zh-cn/react-native-webview.md @@ -287,7 +287,7 @@ ohpm install | `incognito?` | Does not store any data within the lifetime of the WebView. | boolean | NO | All | yes | | `mediaPlaybackRequiresUserAction?` | Boolean that determines whether HTML5 audio and video requires the user to tap them before they start playing. The default value is `true`. (Android API minimum version 17). | boolean | NO | iOS,Android,macOS | yes | | `geolocationEnabled?` | Set whether Geolocation is enabled in the `WebView`. The default value is `false`. Used only in Android. | boolean | NO | Android | yes | -| `fraudulentWebsiteWarningEnabled?` | A Boolean value that indicates whether the web view shows warnings for suspected fraudulent content, such as malware or phishing attempts. The default value is `true`. (iOS 13+) | boolean | NO | iOS | yes | +| `fraudulentWebsiteWarningEnabled?` | A Boolean value that indicates whether the web view shows warnings for suspected fraudulent content, such as malware or phishing attempts. The default value is `true`. (iOS 13+) | boolean | NO | iOS | yes (该接口不生效,调用不会产生任何实际效果,非法和欺诈网站是强制启用的,鸿蒙OS当前实现如此。) | | `userAgent?` | Sets the user-agent for the `WebView`. | string | NO | iOS,Android,macOS | yes | | `minimumFontSize?` | Android enforces a minimum font size based on this value. A non-negative integer between 1 and 72. Any number outside the specified range will be pinned. Default value is 8. If you are using smaller font sizes and are having trouble fitting the whole window onto one screen, try setting this to a smaller value. | number | No | Android | yes | | `forceDarkOn?` | Configuring Dark Theme | boolean | No | Android | yes |