-
Is there a system requirement as to which version of OSX is used for development? I'm using Visual Studio 2019 running on 10.13 and
Dyld Error Message:
Symbol not found: _objc_opt_new
Refer…
-
Since .NET 5 and .NET 6 still doesn't have a fully self-contained single file yet (while .NET Core 3.0/3.1 does) would you consider making Photino work with .NET Core 3.0/3.1 also so people has the op…
-
Hello there, I am really interested in this project and tried out the samples. However, I wasn't able to run the samples unless I updated Photino.NET to v1.1.5 and even then it automatically started i…
-
I am trying out Photino in combination with a web server where I run the webserver and the phonito window in separate threads. I consistently get blank pages when running the window on a separate thre…
-
https://github.com/tryphotino/photino.Samples
I am looking for the sample photinoapp - basic .NET 5
-
Hi there :-)
Pleased to see this effort, thank you for that!
A quick question, as I stumbled over it in the docs:
_"Photino uses the OSs built-in WebKit-based browser control for Windows, macOS…
-
follow the document,I download the PhotinoSamples.vsix file and Create a Photino.Blazor Demo,when I debug project It show the Error message :
![image](https://user-images.githubusercontent.com/285255…
-
We want to start a Blazor app maximized. Unfortunately there is no possibility to do this in the Constructor of the PhotinoWindow or in ComponentsDesktop.Run, similar to the WindowState in Windows For…
-
If the Tes application is installed into %ProgramFolders%, then it cannot run due to the "UsedDataFolder" of WebView being created in a subdirectory.
Even running as Administrator does not solve th…
-
Is consider add blazor server side demo?