3

When I use HTML input type time or date in an Android WebView, then the translation for set and clear is missing in the date and time picker.

In this example I'm using Dutch as language. Sample website used in WebView and Chrome browser app: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/time

In Android WebView the translation for set and clear is missing.

webView.settings.javaScriptEnabled = true
webView.loadUrl("https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/time")

enter image description here

In the Chrome browser app the Dutch translation is correct. enter image description here

Is there a way to overwrite these translations or how can I fix this?

1
  • Hello, did you solve this problem somehow? Commented Aug 28, 2024 at 16:55

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.