|
|
|
|
|
by c-smile
2077 days ago
|
|
#2. Browsers are for browsing - desktop and mobile application UI requires far more than that. Browsers are catching up of course but... Who would thought that the thing for reading pages will need access to your file system or make screenshots... #3. UI engine must have natural and effective means to use native code - to be embeddable and extendable by hosting application. In native app world you don't need WebAssembler for example - you can run native code you need natively. |
|
It does! Most browsers are written in "native code" and use it to do layout. When you use an <input /> field on a website, you get a natively rendered UI widget with native OS behaviour!