Johann Weiher
Johann Weiher
Hi, the other way: Sidebar & Titlebar: Dimmed Editor: White
Same here!
Not working in `0.6.1-pre`. This works for me: ```csharp var markdownView = new MarkdownView(); markdownView.Theme.Paragraph.FontSize = 24.0f; ```
Sorry @martijn00, I have tested the Form.MacOS.Example with in Version 4.0.4. Also tested my Xamarin.MacOS app... Both not working. Please reopen the issue. 
I tried to built with the repo, but it failed with missing macOS dependencies. So I added the NuGet to the example project and test it. I will have a...
I committed the changes. Looks much better, thanks @mattleibow 💖 Perhaps you can have a second look at it.
Good point! I was thinking about that too, at writing the implementation. But for example on iOS its not only the app "window". If you are using split-mode on iPad,...
Oh... my fault. I tested on iOS as well. There is also only the App visible. I will fix this PR. But also think it should have a other behavoir....
I have updated the code. So we need no interop methods any more. Thanks for all your suggestions! 
Is there a reason why it's not merged?