在移动仿真中(在 Chrome 浏览器中使用 Ionic)时,日期输入行为异常

When in mobile emulation (using Ionic in Chrome browser) date input behaves strangely

我的 Ionic 应用程序中有以下元素:

<input type="date"
       ng-model="input.startDate"
       class="ng-pristine ng-valid ng-touched"
       style="">

在 chrome(移动仿真模式)中,此输入有一个下拉箭头,当我点击它时,我会得到以下日期选择器:

如果我在没有移动仿真的情况下显示相同的页面,日期选择器会正确显示,是我做错了什么还是这是一个 Chrome 错误?

我正在使用 Chrome 版本 48.0.2564.48 beta-m(64 位)

编辑: 我注意到我在测试版频道,不知道什么时候发生的,我改成了稳定版但是问题仍然存在(Chrome 版本 48.0.2564.48 m(64 位))。

我推荐你使用 GapDebug , https://www.genuitec.com/products/gapdebug/
最好用 chrome.

模拟

我遇到了同样的问题,我发现如果您将设备像素比设置为 1,日期选择器将正常显示。