中易网

如何在fragment中添加webview

答案:1  悬赏:40  
解决时间 2021-01-15 13:49
如何在fragment中添加webview
最佳答案
因为CordovaWebView 默认的初始化里判断了Content是不是继承CordovaInterface,如果直接使用Fragment继承CordovaInterface,CordovaInterface有个抽象方法getActicity ()和Fragment的相冲突了,并且Fragment的这个同名方法还是final的,无法覆盖。

查看CordovaWebView的源码,它是这样实现的。
public CordovaWebView(Context context, AttributeSet attrs, int defStyle, boolean privateBrowsing) {
super(context, attrs, defStyle, privateBrowsing);
if (CordovaInterface.class.isInstance(context))
{
this.cordova = (CordovaInterface) context;
}
else
{
Log.d(TAG, "Your activity must implement CordovaInterface to work");
}
this.setWebChromeClient(new CordovaChromeClient(this.cordova));
this.initWebViewClient(this.cordova);
this.loadConfiguration();
this.setup();
}

所以只要让CordovaWebView的Content是实现CordovaInterface的接口就可以了。
实现一个类继承接口CordovaInterface:

private class CordovaContext extends ContextWrapper implements CordovaInterface {

Activity activity;
protected final ExecutorService threadPool = Executors.newCachedThreadPool();

public CordovaContext(Activity activity) {
super(activity.getBaseContext());
this.activity = activity;
}

public void startActivityForResult(CordovaPlugin command, Intent intent, int requestCode) {
//activity.startActivityForResult(command, intent, requestCode);
}

public void setActivityResultCallback(CordovaPlugin plugin) {
//activity.setActivityResultCallback(plugin);
}

public Activity getActivity() {
return activity;
}

public Object onMessage(String id, Object data) {
return null;
}

public ExecutorService getThreadPool() {
return threadPool;
}
}

然后在Fragment的onCreateView方法里,更改默认的LayoutInflater inflater的content;
inflater = cloneInContext(new CordovaContext(mActivity);
这样就可以实现Fragment里正常使用CordovaWebView。
我要举报
如以上问答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
大家都在看
梁配筋求解详细一点
王者荣耀貂蝉如何玩好
女朋友与我相隔40公里,一个小时的距离
黑色晚礼服用什么时候背景好看
日记本上的 Date No怎么填?
六爻 女测婚 山雷颐变火风鼎
天干地支,天干有10个,地支有12个,为什么只
佳能7D现有15_85镜头一个 现在想配个长焦 和
施工工地与居民住宅之间应保持多远的距离施工
请说明理由~跪求欧~是学霸请进~
《全城高考》是在老黄高还是在新黄高拍?
王诗怡和王思怡那个名字好?
刘晓燕唢呐电话
用柔字起一个两个字的名字!!!
鼻涕老是流到喉咙里
推荐资讯
黑界冷1梦?
瑞刷POS刷卡显示的是什么商户
我想在附近找工作哪里招工啊!
河之洲商务酒店地址有知道的么?有点事想过去
中通快递(护城街95)地址在哪,我要去那里办事
有认识房山区窦店镇于庄村的于晓娟吗?她父亲
重庆市九龙坡区环境保护局地址在什么地方,想
新移栽果树该怎样培养
今天也要亲一下txt
姑母九十岁生日酒席上回话
请问尧化门附近有没有手工活做?谢谢
关于宠物滴耳液的问题!
手机登qq时,显示手机磁盘不足,清理后重新登
刺客的套装怎么选啊?