uniapp 使用安卓原生插件 initComponentHostView 好像没有调用,在其中log没有输出相关信息
protected GLFisheyeView initComponentHostView(Context context) {
GLFisheyeView glFisheyeView = new GLFisheyeView(context);
glFisheyeView.setMode(NVPanoPlayer.PANO_PLAY_MODE_0 );
Log.d("debug", "initComponentHostView: "+context);
return glFisheyeView;
}```
组件有在app上渲染,但是好像没有调用这个初始化函数
1 个回复
FullStack - 【插件开发】【专治疑难杂症】【ios上架、马甲包、白包、过审、已成功上架过几百个】【多款插件已上架:https://ext.dcloud.net.cn/publisher?id=22130】【非诚勿扰】QQ:543610866
原生插件开发文档:https://nativesupport.dcloud.net.cn/NativePlugin/course/android