--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/8e31cb0c-da74-49a0-a1df-ce191aa21f8fn%40chromium.org.
Hi,I can confirm that the object doesn't exist in navigator.Just in case I didn't mention in the first post, this is a Raspberry Pi Model 4B running Ubuntu 20.04 LTS with Chromium v88.0.4324.182 (Official build) snap (64-bit).I can recompile if needed but it shouldn't be disabled as it's Linux; I would think that the CPU platform shouldn't change that - Linux is Linux in this case, perhaps someone made an oversight when configuring?
Sidenotes: a, Is there any plan to support Chrome on Linux/Arm64? I was kind of surprised to see it wasn't as there is Linux and Arm64 support elsewhere..
b, I noticed there was a web serial polyfill but only works for USB-CDC devices; I've written one that works for FTDI devices as well; not sure if it would be an idea to use that within Chromium itself to, for example, on Android, provide a web serial interface. Android should be able to do it in a Linux-y way too..? Not sure, honestly haven't done any deep Android stuff since Android 4.x and I know lots has changed.
Yep, let me know what you find. If I have to recompile for now, so be it, but since you agree it should be enabled, hopefully we can get it fixed before next release.As you can see I already replied to said issue with a link to my code. Hopefully I can finish it sometime soon here otherwise it's a good base for someone to start from. Unfortunately FTDI doesn't really want to share but the Linux kernel driver provides most if not all of the info we need.
WebSerial is still missing from the latest Chrome, Chrome Beta, and Chromium on Android. Any idea what it will take to get that in a build?
Hello Reilly, All,Do you know why the WebSerial API still needs user interaction to grant permissions on Chromebooks in Kiosk mode? In that mode all permissions are supposed to auto-grant, but I have confirmed that this is not the case.Thanks,Paul.
Hello Reilly,Thanks for the response.I have in the meantime filed this bug, which has been assigned to someone:Do you think I still need to poke things along, or is it now likely to be prioritised enough already?Also I have documented in the bug, I think that those interfaces are exposed in the admin console, but aren't working correctly. e.g.,5. Device -> Chrome -> Settings -> Managed Guest Sessions -> "WebSerial API allowed devices" -> Add web site URL and USB device VID:PIDlooks to me like it really _should_ do what I am after -- but it has zero effect.Anyway, as mentioned, it's all documented in the bug I have filed, and I'll take your advice on whether I need to push it more from my side.Thanks again for the response,Paul.