4***@qq.com
4***@qq.com
  • 发布:2020-05-14 10:31
  • 更新:2020-05-14 10:31
  • 阅读:729

离线打包 设置 "softinputMode": "adjustPan" 无效

分类:uni-app
    <activity  
        android:name="io.dcloud.PandoraEntry"  
        android:configChanges="orientation|keyboardHidden|screenSize|mcc|mnc|fontScale"  
        android:hardwareAccelerated="true"  
        android:screenOrientation="user"  
        android:theme="@style/TranslucentTheme"  
        android:windowSoftInputMode="adjustPan">  
        <intent-filter>  
            <action  
                android:name="android.intent.action.MAIN" />  
            <category  
                android:name="android.intent.category.LAUNCHER" />  
        </intent-filter>  
    </activity>  
2020-05-14 10:31 负责人:无 分享
已邀请:

该问题目前已经被锁定, 无法添加新回复