请问楼主怎么解决的?
在swiper组件中的子元素想要使用position:fixed;bottom:0;,无效在swiper组件中的子元素想要使用position:fixed;bottom:0;,固定在窗口的最下边,但是无效,加了z-index也无效,求解决
2023-03-14请问楼主怎么解决的呀
如何解决组件中轮播图swiper层级太高?我想把轮播图置于底部但是发现,z-index 和cover-view都是失效
2023-03-14楼主解决了吗?遇到一样的问题
双层 swiper 最内层 image 元素层级 ,iOS下有时候image层级会特别高,偶发性的?swiper 全屏竖向滚动 ,元素是 swiper ,内层swiper元素是 图片横向滑动,iOS image下图片层级会特别高,偶发性的,有的image是正常的,有的image就会直接编程顶层,覆盖在了最顶层,好奇怪,如何解决? ----iOS真机可以复现 录屏如下, https://app.brainco.cn/starkids_mini/images/temp/RPReplay_Final1661244798.MP4 [图片]
2023-03-14楼主解决了吗,遇到同样的问题
swiper ,live-player+view,在iOS上划两下,view就被盖住,如何解决?swiper 里有live-player,然后盖了一层view,在iOS上划两下,view就被live-player覆盖了!android和开发工具上好的😓 下面是swiper-item里的布局 <view class="player-container"> <live-player class="player-fill" id="{{member}}" object-fit="contain" src="rtmpLinkPull" autoplay="true" mode="RTC"> </live-player> <view class="userInfo-small"> <block wx:if="{{!mic}}"> <image src="/assets/eshare/mic-off-view.svg" class="mic-off"></image> </block> <view class="name">{{memberInfo[member].name}}</view> </view> </view>
2023-03-13遇到同样的问题,楼主解决了吗
如何解决SharedArrayBuffer需要跨源隔离?[图片]
2023-01-10我是组件里面进行页面跳转报错,页面里面跳转不报错
wx.navigateTo() 出现警告[Deprecation] ?[Deprecation] SharedArrayBuffer will require cross-origin isolation as of M92, around July 2021. See https://developer.chrome.com/blog/enabling-shared-array-buffer/ for more details. e.onmessage @ worker.js?libName=WAAccelerateWorker.js:1 [worker] reportRealtimeAction:fail not support e.workerInvokeJsApi @ worker.js?libName=WAAccelerateWorker.js:1 (anonymous) @ WAWorker.js:2 k @ WAWorker.js:2 invoke @ WAWorker.js:2 f @ WAWorker.js:2 (anonymous) @ WAWorker.js:2 re @ WAWorker.js:2 y @ WAWorker.js:2 l @ WAWorker.js:2 (anonymous) @ WAWorker.js:2 (anonymous) @ WAWorker.js:2 setTimeout (async) globalThis.setTimeout @ WAWorker.js:2 (anonymous) @ WAWorker.js:2 Q @ WAWorker.js:2 (anonymous) @ WAWorker.js:2 (anonymous) @ WAWorker.js:2 S @ WAWorker.js:2 eval @ VM10:1 e.onmessage @ worker.js?libName=WAAccelerateWorker.js:1
2023-01-09同样遇到这个问题,请问题主解决了吗?
三个按钮宽度总和750,为什么不能铺满屏幕宽?.b1{ position:absolute;bottom:0;left:0;width:100rpx;height:160rpx;line-height:160rpx;border-radius:0; } .b2{ position:absolute;bottom:0;left:100rpx;width:550rpx;height:160rpx;line-height:160rpx;border-radius:0; } .b3{ position:absolute;bottom:0;right:0;width:100rpx;height:160rpx;line-height:160rpx;border-radius:0; } [图片] <button class='b1' type='primary'>b1</button> <button class='b2' type='primary'>b2</button> <button class='b3' type='primary'>b3</button> 很奇怪的一个问题,总和750rpx, 但是中间为什么还有缝隙?有人知道吗?
2021-02-27遇到同样的问题,请问楼主解决了吗
2.7.7后的button都不能自定义宽高了吗?逐个版本逐个版本试了,发现2.7.7后的都这样,宽高改不了,甚至不能改默认样式,多出的padding和margin变的非常难看,也不出个公告说明一下的?
2019-12-08我也遇到了这样的问题,请问楼主解决了吗?
基础库2.8.0(及以上),button的自定义样式中width无效。基础库2.8.0(及以上),button的自定义样式中width无效,必须在wxml中写style才行。 开发者工具版本:Stable v1.02.1910120 ,win7 64位。[图片]
2019-12-08楼主用macbook air写小程序,卡顿吗?
mac微信小程序开发 提示 ._app.json文件解析错误MacBook Air (13-inch, 2017) 版本:10.13.3 (17D47)[图片] 新建项目或者 读取windows已有项目时 会自动新增._开头文件,提示: ._app.json 文件解析错误。如图[图片]
2019-11-10