fluttercommunity / flutter_webview_plugin

Community WebView Plugin - Allows Flutter to communicate with a native WebView.
https://pub.dev/packages/flutter_webview_plugin
Other
1.48k stars 930 forks source link

[Bug]"done"button language can't localized #817

Closed shinriyo closed 3 years ago

shinriyo commented 3 years ago

"done"button language can't localized my iPhone os setting is Japanese. but "done". it is bug. but, Android is fine.

shinriyo commented 3 years ago

how to resolve.

open ios/Runner/Info.plist and put

        <key>CFBundleDevelopmentRegion</key>
        <string>ja_JP</string>