ultralight-java icon indicating copy to clipboard operation
ultralight-java copied to clipboard

Java wrapper for the Ultralight Web Engine

Results 10 ultralight-java issues
Sort by recently updated
recently updated
newest added

So it appears there is a memory leak with `DatabindJavascriptMethodHandler.Data`. I have some javascript that is ran "every frame" ```javascript setInterval(() => { isEnabled = module.isEnabled(); }, 0); ``` the...

This version mainly includes small patches to fix issues and make the GPU driver more accessible.

To whom it may concern, I find the idea great, Java in the background and Html/CSS/JS in the front. Just wondering if this is an experimental package or something rather...

I have two questions ----------- Rendering HTML with Ultralight multiple times will cause the program not to respond and crash Exit Code:-1073740940 (0xC0000374) **error logs** ``` # # A fatal...

also backspace occurs crash + inputing special character into an field + minimizing the window WebCore.dll - Downloaded from there Windows | latest Occurs on example project https://hastebin.com/paluhewufa.php

AppCore provides functions which are already supported by the Java platform. The only thing which needs to be investigated is the font loader, as font loading is yet another issue...

enhancement

The project should integrate with existing GUI solutions such as JavaFX and Swing.

enhancement

The new version of the library can be found here: https://github.com/Janrupf/ultralight-java-reborn

``` org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':ultralight-java-native:build'. at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.lambda$executeIfValid$1(ExecuteActionsTaskExecuter.java:207) at org.gradle.internal.Try$Failure.ifSuccessfulOrElse(Try.java:263) at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeIfValid(ExecuteActionsTaskExecuter.java:205) at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.execute(ExecuteActionsTaskExecuter.java:186) at org.gradle.api.internal.tasks.execution.CleanupStaleOutputsExecuter.execute(CleanupStaleOutputsExecuter.java:114) at org.gradle.api.internal.tasks.execution.FinalizePropertiesTaskExecuter.execute(FinalizePropertiesTaskExecuter.java:46) at org.gradle.api.internal.tasks.execution.ResolveTaskExecutionModeExecuter.execute(ResolveTaskExecutionModeExecuter.java:62) at org.gradle.api.internal.tasks.execution.SkipTaskWithNoActionsExecuter.execute(SkipTaskWithNoActionsExecuter.java:57) at org.gradle.api.internal.tasks.execution.SkipOnlyIfTaskExecuter.execute(SkipOnlyIfTaskExecuter.java:56) at org.gradle.api.internal.tasks.execution.CatchExceptionTaskExecuter.execute(CatchExceptionTaskExecuter.java:36) at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.executeTask(EventFiringTaskExecuter.java:77) at...