Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

日历在小米手机浏览器上无法滑动 #105

Open
YangChaoGithub opened this issue Jul 10, 2022 · 6 comments
Open

日历在小米手机浏览器上无法滑动 #105

YangChaoGithub opened this issue Jul 10, 2022 · 6 comments

Comments

@YangChaoGithub
Copy link

YangChaoGithub commented Jul 10, 2022

<div class="calCard">
            <vue-hash-calendar
                ref="picker"
                :visible.sync="isShow"
                format="YY-MM-DD"
                model="inline"
                pickerType="date"
                @slidechange="slideChange"
                :disabled-scroll="false"
                @change="dateChange"
                :mark-date="markDate"
                :disabledWeekView="true"
            >
                <div slot="day" slot-scope="scope">
                    <div v-if="scope.extendAttr.isToday">今</div>
                    <div v-else>{{ scope.date.day }}</div>
                </div>
                <div slot="today">
                    <div>回到今天</div>
                </div>
            </vue-hash-calendar>
        </div>
@TangSY
Copy link
Owner

TangSY commented Jul 10, 2022

控制台有啥错误信息吗,小米什么型号的?全系列?

@YangChaoGithub
Copy link
Author

控制台有啥错误信息吗,小米什么型号的?全系列?

PC浏览器都是正常的,也没报错。 目前红米K50,K40,K30 手机自带浏览器,均有日历无法滑动的问题。华为手机没问题。

@YangChaoGithub
Copy link
Author

控制台有啥错误信息吗,小米什么型号的?全系列?

手机浏览器,控制台没报错,一滑动,就触发了浏览器的返回事件

@TangSY
Copy link
Owner

TangSY commented Jul 11, 2022

收到

@TangSY
Copy link
Owner

TangSY commented Jul 21, 2022

1.4.24版本已修复,你试试

@YangChaoGithub
Copy link
Author

1.4.24版本已修复,你试试

好的。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants