Tadeu Bento
Tadeu Bento
PS: the portable versions doesn't work. Whenever I run it in a different machine all previous downloads and settings are gone.
> @Eloston how to do that? +1 here, I would like have a working spell check!
@Innomen aren’t you forgetting the essential thing? Like a tag that can actually be built? All the patches are broken at this point, installer / spell check isn’t probably relevant...
@Innomen last time I was able to build this under Windows I managed to create and installer using winrar to unpack the files. Also used to add some stuff to...
I just requested the Portuguese language. I'm a native speaker, I can translate it as soon as it is approved.
@marcelklehr I just requested to be added.
@marcelklehr the Portuguese translation is done! Enjoy.
Duplicate of https://github.com/webview/webview/issues/556 Read the discussion over there.
Here is an example on how to center the window under Windows and C++: ````C++ // Create the webview webview::webview w(false, nullptr); w.set_title("Test"); w.set_size(980, 650, WEBVIEW_HINT_NONE); w.set_size(585, 550, WEBVIEW_HINT_MIN); //...
Thank you for this. I've modified the following in order to have a dynamic version number: ````` cl /I "%script_dir%\microsoft.web.webview2.%nuget_version%\build\native\include" ^ "%script_dir%\microsoft.web.webview2.%nuget_version%\build\native\x64\WebView2LoaderStatic.lib" ^ `````