Ooui
Ooui copied to clipboard
Display is very messy when working with Elmish.XamarinForms
I try to build Elmish.XamarinForms with Ooui.
For very simple app it works fine.
But for complex one which is copied from Elmish.XamarinForms sample, then everything is becoming unusable.
My demo project is there.
Ours is all over the place as well. What I have noticed is any elements laid on top of each other are pushed down vertically, like they are in a stack layout instead of a grid. Any ideas on this?
Strange. It's possible Elmish is using some unimplemented APIs. I'll have to investigate.
@praeclarum Frank, this seems to be happening with large Forms projects. We dont use Elmish but all of our objects lay out vertically regardless of the Forms layout being used.