7 ms·
I don't know why that is, but in the end, aren't web browsers using the native os widgets for input text, etc.?
by grumpy8 7y ago
I don't know why that is, but in the end, aren't web browsers using the native os widgets for input text, etc.?
- frutiger 7y agoNo. They are typically all custom rendered using e.g. Cairo. In a native Win32 app every entry would be its own HWND. In a web page every input element is not an HWND; then entire web page is a single HWND.