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

uniappx 打包安卓 无法使用scroll-view #46

Open
akaxiaozhuxiong opened this issue Feb 24, 2025 · 0 comments
Open

uniappx 打包安卓 无法使用scroll-view #46

akaxiaozhuxiong opened this issue Feb 24, 2025 · 0 comments

Comments

@akaxiaozhuxiong
Copy link

akaxiaozhuxiong commented Feb 24, 2025

使用滑动打包 h5 可以但是打包 Android 无法使用
<scroll-view :scroll-top="scrollTop" direction="vertical" class="scroll-Y" scroll-with-animation="true" @scrolltoupper="upper" @scrolltolower="lower" @scroll="scroll" @scrollend="end" :show-scrollbar="showScrollbar" id="verticalScrollView"> <view class="banner-view"> <swiper class="home-banner" :autoplay="true" :interval="3000" :current="currentIndex"> <swiper-item item-id="A"> <view class="swiper-item banner1"> <!-- Banner A内容--> </view> </swiper-item> <swiper-item item-id="B"> <view class="swiper-item banner2"> <text class="swiper-item-text">B</text> </view> </swiper-item> <swiper-item item-id="C"> <view class="swiper-item banner3"> <text class="swiper-item-text">C</text> </view> </swiper-item> </swiper> </view> <view class="app-list"> <!-- 更多内容 --> 123 </view> </scroll-view>

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

1 participant