-
-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade for Fabulous.XamarinForms to 4.2 #559
Conversation
Fabulous.XamarinForms/templates/content/blank/.template.config/template.json
Outdated
Show resolved
Hide resolved
@TimLariviere The fix for the GTK issue with the Navigationpage is gone, too. I found a new issue but I don't know if this is caused by us or XF itself: The |
@TimLariviere |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great job! I only added one comment 😄
"defaultValue": "null" | ||
}, | ||
{ | ||
"name": "FooterTemplate", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you declare only the direct property and not the Template one (here Footer
vs FooterTemplate
, and the others as well) please ?
We don't provide direct support for Template properties (DataTemplate, etc.).
Instead we only expose one property that accepts a ViewElement that we put directly in the "real" property (e.g. Footer) since we don't need to use BindingContext.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So I only have to delete those parts, correct?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes
This PR
fix #556
and fix #459 (need to test but should be working now)
Currently getting an error on "GroupableItemsViewViewer" because it is not defined.