0

在 webview 上加载网页后,应用程序崩溃返回以下错误。为什么?怎么可能做到?谢谢

06-17 11:54:00.077: E/Web Console(308): TypeError: Result of expression 'window.epConfig' [undefined] is not an object. at http://www.myWeb.com/epages/62995389.mobile/es_ES/?ObjectPath=/Shops/62995389/Categories
06-17 11:54:04.966: E/Web Console(308): TypeError: Result of expression 'a(".ep-metaparse").metaparse' [undefined] is not a function. at http://www.myWeb.com/WebRoot/StoreTypes/6.13.3/StratoES/GUI/mobilesf.epk.min.js:33
06-17 11:54:09.117: E/dalvikvm-heap(308): 589824-byte external allocation too large for this process.
06-17 11:54:09.117: E/GraphicsJNI(308): VM won't let us allocate 589824 bytes

来自元素检查器的 javascript 代码,

;jQuery.plugin("ep.epk",window.epkStack,function(a,b){a.ready(function(){if(ep.config.autoMetaparse){a(".ep-metaparse").metaparse()}else{a(".ep-metaparse").each(function(){var c=a(this);c.attr("class",c.attr("class").replace(/([^\s]+\(.*\))/,""))})}})});
4

0 回答 0