-
Notifications
You must be signed in to change notification settings - Fork 196
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Megathread for Missing Features #178
Comments
You should probably add |
Thanks, added ✅ |
With markdown, instead of:
you should use
It gives you a checkbox that you can click to signify what is done, like:
|
Thanks for the tip! Updated. |
It is possible to create a system tray icon for the application? Something like that. It's often useful for the user to close the window but to keep a deamon running in the background. |
What about adding dGPU support (NVIDIA for example)? issue: #220 |
Is this being kept up to date? |
This comment was marked as spam.
This comment was marked as spam.
It's a bit out of date since most work the last two months has been in the 1.2 development branch (rebased off latest WebKit, changeset has 1M+ LOC). Going to push to public GitHub soon and update this thread. |
Hey , how can i get a text value from a text input element. |
Good day. |
@adamjs can you add support for webp images to this list? |
@adamjs also if we can add support for icons for the windows |
@adamjs any update on v1.2? when can we expect it to be out? |
Is supporting mobile devices still in the plans? |
|
Gamepad API (!!) |
looking forward for CSS Filters and HTML5 video and audio support! |
Looking forward to supporting media queries for dark mode, so that embedded Ultralight windows can toggle the light/dark mode automatically matching the Desktop OS Light/Dark mode setting. For example: https://davy.dev/darkmode This works with Epiphany (webkit) but not yet with Ultralight v1.2.0-beta.2. UPDATE Nov 30th: Still doesn't appear to be present in the latest version of Ultralight v1.2.0 |
hello, what about "loading webp image file" i got some errors with them |
|
Please add #185 to the list. Chrome/Firefox had subpixel rendering since the beginning. |
some css flex properties are not supported like |
Is this list kept updated? video and audio support had been added... And what about WebRTC?? When is it coming?? I NEED IT! |
It's not exactly done yet. 1.3 stable isn't released |
Have video and audio been added? |
In latest sdk yes |
YouTube says that fullscreen mode isn't supported |
Is this project still actively developed / maintained? |
Yes. 1.3.0 is currently in beta and adds audio/video support + more other features |
Is there any estimation about when these features will be implemented? It's been too long. |
Any plans to add a way of disabling web security? Some things like vue just don't like file:// and complain about cors |
///
/// The various mouse button types.
///
enum Button {
kButton_None = 0,
kButton_Left,
kButton_Middle,
kButton_Right,
}; No support for mouse side buttons (forward/back), and they are supposed to work. See sample here (press forward on the "Result" live sample): https://developer.mozilla.org/en-US/docs/Web/API/MouseEvent/buttons So I cannot even catch them in WndProc and send to the view... (with WM_XBUTTONDOWN: https://stackoverflow.com/questions/67683479/process-mouse-back-and-forward-buttons-in-winforms-form-when-its-client-area-is) |
You might want to add IndexedDB and local storage support to that list (maybe include setting a dedicated storage path). |
MouseEvents don't seem to contain the movementX or movementY properties: https://developer.mozilla.org/en-US/docs/Web/API/MouseEvent/movementX |
how is it still 5 years later a problem to set a cursor to none or set it to custom in UL? |
This issue will keep track of various things missing in Ultralight that are present in Chrome/Firefox.
CSS
CSS user-select propertyCSS Radial Gradients (just needs shader implementation)Native Inputs/Dialogs
Native Input: Select Elements (native widget dropdowns)Native Input: Radio / Checkbox Elements (native widget drawing)Native Input: Progress BarsNative Input: Sliders (Range Element)Web Features
JavaScript Intl API / LocalizationWebSockets over SSL (WebSockets over HTTP work)WebAssemblySVG/Canvas
Line Joins / Line Caps in SVG/Canvas. Currently uses defaults (miter line join / butt line cap), need to add support for other options.Platform-Specific
Platform clipboard API (cut, copy, paste)Miscellaneous
Opening links with target="_blank" (need to add API for user to create new View)The text was updated successfully, but these errors were encountered: