WebView type date input

Find and share HowTos to various installations / configurations!
1 post • Page 1 of 1
Romero
Posts:27
Joined: Wed Jul 19, 2017 9:24 am

WebView type date input

Post by Romero »

We are using WebView EWO on WinCC OA 3.16 P005 to display some trends using html/js code. It displays all good when we open the page on Google Chrome, Firefox or even Edge but we encounter a problem with the way it looks inside WinCC OA.

For example, inputs of type date in html do not work as they should. It looks like a simple input (same behavior as Internet Explorer).

Code: Select all

		<input id="startdate" name="startdate" min="2012-01-01" max="2013-01-01" type="date">
May be we are missing a library however we do not know how to change or fix this.

Thank you!

1 post • Page 1 of 1