Ultralight icon indicating copy to clipboard operation
Ultralight copied to clipboard

Lightweight, high-performance HTML renderer for game and app developers.

Results 171 Ultralight issues
Sort by recently updated
recently updated
newest added

Error message says that it needs to be set before **view** creation. But it should be set before **Renderer** creation.

I am currently trying to use a opencv frame on the frontend so you can see the image produced by opencv but I'm having problems trying to send a image...

The latest version of Ultralight for Windows 10 scores only 260 points out of 555 in [HTML5Test](http://html5test.com/s/18dd2144f54cb7df.html). Could you please upgrade WebKit engine so that it supports more HTML5 features,...

libcurl supports various types of proxies (http, socks5, etc.)-- we should expose some of these to Config.

enhancement

The title property, when applied to an element displays a tooltip in most browsers on hover. There is no tooltip being generated on hover in Ultralight currently. `Click Me`

We're not currently handling all the potential window creation flags on Linux-- we need to pass those window flags over to GLFW, the relevant code is here: And the available...

bug
appcore

After around 2 hours of running the renderer on Windows 10, CSS animations and Javascript `setInterval` and `setTimeout` stop working completely. Creating a new view does not fix the problem.

bug

There is this very nice graphical programming javascript interface called Blockly: https://developers.google.com/blockly When trying to integrate Blockly with Ultralight, it mostly works, but there are issues when clicking on blocks...

Sample1 and sample7 crash on Renderer.Create().

For a resizable div or textarea, the resize handle/gripper at the bottom-right corner does not appear. So there is no visual indication that the element is able to be resized,...