问题一:mPaaS音视频通话微信小程序通话界面怎么录制为画中画模式?
mPaaS音视频通话微信小程序通话界面怎么录制为画中画模式?
参考回答:
录制的文件如果希望是画中画的样子,需要开启录制的时候去调整页面布局。
关于本问题的更多回答可点击原文查看:https://developer.aliyun.com/ask/594675
问题二:在mPaaS中,没有文档情况下,新容器小程序怎么自定义 titlebar啊?
在mPaaS中,没有文档情况下,新容器小程序怎么自定义 titlebar啊?
参考回答:
自定义titlebar 会遇到原生layout 和 mpaas小程序的标题栏按钮穿透事件冲突。
关于本问题的更多回答可点击原文查看:https://developer.aliyun.com/ask/593610
问题三:在mPaaS中,新容器在哪呢?
在mPaaS中,新容器在哪呢?
参考回答:
https://help.aliyun.com/document_detail/252780.html?spm=a2c4g.2546073.0.i2
关于本问题的更多回答可点击原文查看:https://developer.aliyun.com/ask/591866
问题四:在mPaaS中,小程序新容器和小程序有什么不同吗?
在mPaaS中,小程序新容器和小程序有什么不同吗?直接对接新容器就行了吧?文档看得头皮发麻
参考回答:
建议都用最新版的去对接会有更好的支持,也就是小程序新容器
关于本问题的更多回答可点击原文查看:https://developer.aliyun.com/ask/591860
问题五:在mPaaS中,这是什么情况呢?
在mPaaS中,Duplicate class android.support.v4.os.IResultReceiver$Stub found in modules core-1.10.1-runtime (androidx.core:core:1.10.1) and support-compat-24.2.0-runtime (com.android.support:support-compat:24.2.0)
Duplicate class android.support.v4.os.IResultReceiver$Stub$Proxy found in modules core-1.10.1-runtime (androidx.core:core:1.10.1) and support-compat-24.2.0-runtime (com.android.support:support-compat:24.2.0)
Duplicate class android.support.v4.os.ResultReceiver found in modules core-1.10.1-runtime (androidx.core:core:1.10.1) and support-compat-24.2.0-runtime (com.android.support:support-compat:24.2.0)
Duplicate class android.support.v4.os.ResultReceiver$1 found in modules core-1.10.1-runtime (androidx.core:core:1.10.1) and support-compat-24.2.0-runtime (com.android.support:support-compat:24.2.0)
Duplicate class android.support.v4.os.ResultReceiver$MyResultReceiver found in modules core-1.10.1-runtime (androidx.core:core:1.10.1) and support-compat-24.2.0-runtime (com.android.support:support-compat:24.2.0)
Duplicate class android.support.v4.os.ResultReceiver$MyRunnable found in modules core-1.10.1-runtime (androidx.core:core:1.10.1) and support-compat-24.2.0-runtime (com.android.support:support-compat:24.2.0)
这是什么情况?
参考回答:
需要开启 android.enableJetifier=true 和 android.useAndroidX=true
关于本问题的更多回答可点击原文查看:https://developer.aliyun.com/ask/591852