Hi, the company I work for is considering different C# based solutions for a industry focused product re-write that has a VERY strong desktop user interface (touches many Win32 features) and a VERY strong web portal user interface (many cloud based features). In short we would like to go with a singular UI that spans both the browser and desktop side. HTML/JS/TS are not good options as they're not fully type-safe and thus make refactoring core logic and UI a nightmare (runtime errors are not productive development methods). XAML/C# are miles ahead for writing productive applications that have both high and low level parts mitigating complexity when maintaining large applications. The big missing feature is XAML in the browser!
This project will start late 2018 or early 2019. I'm fishing for options here as the UI changes how a lot of stuff can be done in the project.
--- I've see this (Ooui): https://github.com/xamarin/Xamarin.Forms/issues/1895
1) In short will Xamarin.Forms support the browser/HTML5?
2) If so any known timelines for when this might be?