|
|
|
|
|
by Aleman360
3743 days ago
|
|
NativeScript is targeting UWP, not Win32/WPF. The UWP API's are way better and C#, C++, and JavaScript are supported out-of-the-box. But if you go the JavaScript route, only HTML is officially supported for UI. You can get native-looking widgets using WinJS, but the XAML framework is the real deal. XAML sits directly on top of DirectComposition, so no DOM\Webview. |
|