Why is electron so popular while everyone complains so much about it's obvious problems? (memory usage, download size...)
It seems that most platforms have implemented some form of webview that could be used to create apps that run everywhere with minimum platform specific adjustments. One example of a way to implement this is (https://github.com/zserge/webview).
And even if using a webview is not ideal, there's certanly a lot of ways to at performance improvements at os level that would not be available when using electron.Is it just marketing and politics? Is it just that there's novery little motivation to enable a cross os app environment?
I'm saying this taking into account that native apps are always light years better in a lot of ways but many time not economicaly viable if you want to target multiple os.