I use Crosswalk library instead of android standart webview. When try to scale crosswalk webview like this.
webView.setPivotX(0);
webView.setPivotY(0);
webView.setX(original_x * 1.2);
webView.setY(original_y * 1.2);
webView.setScaleX(1.2);
webView.setScaleY(1.2);
but crosswalk webview size didn't change. It's look like first loaded sizes. Also i can scale android standart webview successfully with this code.
sorry for my english
thank for your help