Difference between revisions of "Desktop apps/WebView2 SDK"

From Adam Meola - wiki
Jump to navigation Jump to search
(Created page with "==WebView2 SDK== If: * You're targeting Windows and ONLY Windows * Your app doesn't need too much system access This may be the most straight forward way to build your app....")
 
Line 10: Line 10:
  
  
I have a fairly easy time of putting something together for a demo at work with the old version, and i hope WebView2 makes it even easier.
+
I had a fairly easy time of putting something together for a demo at work with the old version, and i hope WebView2 makes it even easier.
  
  
 
Official documentation here: https://docs.microsoft.com/en-us/microsoft-edge/webview2/gettingstarted/win32
 
Official documentation here: https://docs.microsoft.com/en-us/microsoft-edge/webview2/gettingstarted/win32

Revision as of 18:21, 2 September 2020

WebView2 SDK

If:

  • You're targeting Windows and ONLY Windows
  • Your app doesn't need too much system access

This may be the most straight forward way to build your app.

Just be very certain that you won't need to build a Mac client later...


I had a fairly easy time of putting something together for a demo at work with the old version, and i hope WebView2 makes it even easier.


Official documentation here: https://docs.microsoft.com/en-us/microsoft-edge/webview2/gettingstarted/win32