Closed maxiride closed 4 years ago
It appears IE11 doesn't support this. I would suggest using a different solution for Windows.
It appears IE11 doesn't support this. I would suggest using a different solution for Windows.
Is this a webview limitation or can I change something on the computer to solve it? E.g. use Chrome webwiew?
It appears IE11 doesn't support this. I would suggest using a different solution for Windows.
Is this a webview limitation or can I change something on the computer to solve it? E.g. use Chrome webwiew?
It is a webview limitation, you can start by looking into polyfills and shims for that feature, or a replacement, I would suggest jQuery's Datepicker or any IE11-compatible datetime input
I'm adding a Windows Development Guide to the docs and will add this information. Thanks
Guide created and additional information now output to command line when running build/serve on Windows (v1.8.1-pre2). Closing this.
Description
When using
<input type="data">
the application shown in development withwails serve
correctly presents the date input field. After building the application withwails build
the input field is shown as a normal text input.To Reproduce Steps to reproduce the behaviour:
<input type="data">
wails serve
for the backend andnpm run serve
for the frontendwails build
to build the executableExpected behaviour On the built executable, when clicking the date input field I expected to be presented with a calendar to choose the date from.
Screenshots If applicable, add screenshots to help explain your problem.
System Details
Additional context I haven't tested other input types but will do.