随笔分类 -  Cordova

android cordova java.lang.Throwable: EventHub.removeMessages(int what = 107) is not supported before the WebViewCore is set up问题的解决和想法
摘要:关于这个异常java.lang.Throwable: EventHub.removeMessages(int what = 107) is not supported before the WebViewCore is set up.在项目中出现了好多次,但是,也不影响应用。可是不解决看着也闹心... 阅读全文
posted @ 2015-07-10 14:18 mu大仙 阅读(423) 评论(0) 推荐(0)
Android Cordova 对于软键盘弹出后覆盖输入域的解决
摘要:Android平台4.2.2与Cordova2.2.0结合使用后出现软键盘弹出后,覆盖输入域问题,在Android的4.0.3中测试没有这样的问题,设置AndroidManifest.xml中的activity的android:windowSoftInputMode="adjustPan"不起作用,通过google发现者可能是android的一个bug或者是cordova的bug。。。借鉴了网上的一种写法代码如下:package com.siro.androidwebviewos.utils;import android.annotation.SuppressLint;im 阅读全文
posted @ 2014-03-05 15:10 mu大仙 阅读(3887) 评论(0) 推荐(0)