tryphotino / photino.Blazor

https://tryphotino.io
Apache License 2.0
332 stars 62 forks source link

Links `<a href=""></a>` don't work on macOS #70

Closed Jinjinov closed 1 year ago

Jinjinov commented 1 year ago

Links work normally on Windows and Linux but <a href="http://blazor.net">About</a> does nothing on macOS

Steps to reproduce:

  1. open https://github.com/tryphotino/photino.Blazor/tree/master/Samples/Photino.Blazor.Sample on macOS
  2. build and run
  3. click on the About link
philippjbauer commented 1 year ago

Closed as duplicate of https://github.com/tryphotino/photino.NET/issues/110