Johann Weiher

Results 70 comments of Johann Weiher

Hi, the other way: Sidebar & Titlebar: Dimmed Editor: White

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. ![image](https://user-images.githubusercontent.com/2002916/96738393-f3354280-13be-11eb-91d4-a03139a6267b.png)

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! ![image](https://user-images.githubusercontent.com/2002916/96118690-258cfe80-0eec-11eb-90b5-03de54cd11d5.png)

Is there a reason why it's not merged?