api-impl: implement WebView using webkitgtk

This commit is contained in:
Mis012
2024-09-13 20:29:56 +02:00
parent 3e7fdac663
commit e761bb6a6d
7 changed files with 303 additions and 9 deletions

View File

@@ -37,4 +37,8 @@ public class WebSettings {
public void setUseWideViewPort(boolean useWideViewPort) {}
public void setTextZoom(int textZoom) {}
public void setAppCacheEnabled(boolean enabled) {}
public void setAppCachePath(String path) {}
}