Open adamjs opened 5 years ago
You should probably add <video>
to that list.
Thanks, added ✅
With markdown, instead of:
- Item
you should use
- [ ] Item
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?
Hello! You sent an email to STREAM's public service host. This account is not monitored meaning that your email will be lost in the wonders of our servers...
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. Is the list of features actual? I'am interested in WebRTC, is it not implemented yet?
@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?
window.onKeypress
not work in Browser
sample
example electron-app
source: #L40
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
Chrome/Firefox Chromium
Please add https://github.com/ultralight-ux/Ultralight/issues/185 to the list. Chrome/Firefox had subpixel rendering since the beginning.
some css flex properties are not supported like gap
, etc...
Is this list kept updated? video and audio support had been added... And what about WebRTC?? When is it coming?? I NEED IT!
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
Is this list kept updated? video and audio support had been added... And what about WebRTC?? When is it coming?? I NEED IT!
Have video and audio been added?
Is this list kept updated? video and audio support had been added... And what about WebRTC?? When is it coming?? I NEED IT!
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?
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
include <Ultralight/MouseEvent.h>
/// /// 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 https://developer.mozilla.org/en-US/docs/Web/API/MouseEvent/movementY
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)