Results 144 comments of Alex2772

> BTW, for the lightweight solutions there's also [Netsurf](https://www.netsurf-browser.org/) I suggest stripping down the initial issue to the two main points: - A rich text implemented entirely on eepp/aui (aka...

> Sure, but what we can actually share? Thoughts, implementation, know-how, repository, maybe. > Did you investigate a little bit further? My investigation reached the same point as yours; I...

# iOS > on iOS you're screwed. That's so true. [Example project](https://github.com/whitphx/ReactCrossDeviceTodoExample/tree/master) just a [boilerplate](https://github.com/whitphx/ReactCrossDeviceTodoExample/blob/master/ios/CrossDeviceTodoExample/AppDelegate.m#L46) around RCTRootView. Root view inflates [WebView](https://github.com/facebook/react-native/blob/33b353c97c31190439a22febbd3d2a9ead49d3c9/React/Views/RCTWKWebViewManager.m) as needed. # Android [Example project](https://github.com/whitphx/ReactCrossDeviceTodoExample/tree/master) spawns `MainActivity` which...

> I think you should use Edge WebView2 on Windows. It's preinstalled on Windows 11. We want to support older Windows versions. If Electron didn't switched to WebView2, we shouldn't...