在html head中添加此代码调用安卓assets中的字体 String assetsFontCSS = "<link href=\"%s/font/myfont.css\" rel=\"stylesheet\" type=\"text/css\"/>\n</head>";
使用Crosswalk作为浏览器内核:(@JavascriptInterface 和原生命名一样 需要重新导入)
* 以下方法在crosswalk中无法生效 * webView.setPivotX(0); * webView.setPivotY(0); * webView.setScaleX(5.0f); * webView.setScaleY(5.0f); * 使用 <body style=\"width:%dpx;height:%dpx; transform: scale(%f,%f);transform-origin: top left;\"> 在html中放大缩小代替* loadDataWithBaseURL方法 无法加载html中<scripe></scripe>标签中的js 但可以加载引用的js