Open felicio opened 1 year ago
No, it is not possible to set the transparency of the browser window itself using standard web technologies like HTML, CSS, and JavaScript. The transparency of the browser window is controlled by the operating system, and it is not exposed to web pages for security and privacy reasons.
However, some browsers may provide extensions or APIs that allow developers to modify the appearance and behavior of the browser window, including its transparency. These APIs are typically only available to trusted extensions and require special permissions to access. Additionally, modifying the browser window's appearance can have unintended consequences for the user experience, so it should be done with caution and user testing.
– source, ChatGPT
[https://github.com/ibitcy/react-native-hole-view] this is what they used. not sure if relevant for web – https://discord.com/channels/@me/1079757666747940965/1097468929028411462
This is not possible.
What
Why
Where