3***@qq.com
3***@qq.com
  • 发布:2023-05-22 17:31
  • 更新:2023-05-22 17:44
  • 阅读:180

在iOS的webview上加载的uniapp应用,会出现导航栏出现在屏幕中间的问题

分类:uni-app

使用的是uniapp原生导航栏,在长列表滑动中导航栏会出现在屏幕中间或其他位置,请问这个问题如何处理。
iOS版本:16.4

<template>  
    <view class="content">  
        <uni-forms ref="form" :rules="rules" v-model="formData" class="body-box" :border="true">  
            <uni-forms-item label="证件号码" name="idNumber" :label-width="85" class="body-box__item-box">  
                <uni-easyinput v-model="formData.sptzslsh" type="text" maxlength="30" inputTextAlign='right' trim="all"/>  
            </uni-forms-item>  
             ......  
        </uni-forms>  

        <view class="bottom-button" @click="submit">保存</view>  
    </view>  
</template>  

    .bottom-button {  
        display: flex;  
        margin: 40rpx;  
        background-color: #0079FF;  
        color: white;  
        align-items: center;  
        height: 88rpx;  
        justify-content: center;  
        border-radius: 15rpx;  
    }  
2023-05-22 17:31 负责人:无 分享
已邀请:
piaoyi_UI

piaoyi_UI - 【插件开发】【专治疑难杂症】【多款插件已上架:https://ext.dcloud.net.cn/publisher?id=193663(微信搜索飘逸科技UI小程序直接体验)】【骗子请绕道】问题咨询请加QQ群:120594820,代表作灵感实用工具小程序

提供代码截图和效果结果,以便于排查

要回复问题请先登录注册