webview_java icon indicating copy to clipboard operation
webview_java copied to clipboard

A Java wrapper of https://github.com/webview/webview

Results 8 webview_java issues
Sort by recently updated
recently updated
newest added

The error is posted below. This happens when just running the Swing example from this repo. `Exception in thread "Thread-0" java.lang.Error: Invalid memory access at com.sun.jna.Native.invokeLong(Native Method) at com.sun.jna.Function.invoke(Function.java:431) at...

bug
help wanted

Use `Webview wv = new Webview(true, 800, 600);` create Webview; You will see that the window changes from small to large, instead of being 800x600 when it appears. Looking at...

I wrote a plan , hope will be useful to you. depandency ``` net.java.dev.jna jna 5.15.0 ``` WindowTopUtil.java ``` package com.sinvon.api.utils; import com.sun.jna.Pointer; import com.sun.jna.platform.win32.User32; import com.sun.jna.platform.win32.WinDef; public class WindowTopUtil...

fix: The default size cannot be set when creating a Webview directly. Issue #30 webview pr: https://github.com/e3ndr/webview-nightly-build-fork/pull/1

![image](https://github.com/user-attachments/assets/a0445b55-4f46-4f3c-8f40-f13c6e09cca4) and the following maven dependence failed. ``` jitpack.io https://jitpack.io com.github.webview.webview_java core _VERSION ``` ![image](https://github.com/user-attachments/assets/e400a744-3c22-4c14-bd96-b77c8565c12d) this dependency can be used. ``` jitpack.io https://jitpack.io com.github.webview webview_java 1.3.0 ```

I tried to run: `/Users/tanin/.sdkman/candidates/java/23.1.8.r21-nik/bin/java -Dfile.encoding=UTF-8 -Dsun.stdout.encoding=UTF-8 -Dsun.stderr.encoding=UTF-8 -classpath [someclasspath] dev.webview.webview_java.example.swing.SwingExample` It crashed and didn't give out a lot of info: ``` Hello // I add System.out.println(..) at the beginning...

If you run the Swing example from the v1.3.0 release on the Windows platform, then resize the window, the Webview doesn't size to fill the frame and remains its original...