Alex
Alex
Short answer, yes you can. Long answer, I would suggest reading the documentation around the linker and trying to understand what it is doing and trying to achieve. You can...
A tip I couldn't recommend enough when you are testing the linker is to apply it when you are in Debug mode. This way your app is faster to build...
Suprised but not shocked to see this is an ongoing issue. This is not documentated so here is a full solution to those experiencing this issue: - Create a blank...
I think currently there is a technical solution available to this issue. The only thing needed is the docs being updated, if you experience this issue before its documented i'd...
[BUG] Content of a ContentPage doesn't occupy full height when page is pushed to PrismNavigationPage
I've noticed this issue aswell but I don't think Prism is to blame. `PrismNavigationPage` inherits `NavigationPage`, I think instead it is a Maui issue. A good workaround is to put...
The outstanding work as I am aware is: - Fix input transparency on iOS (Code is complete and I have a branch with the fix on my fork) - Fix...
@brminnick I have addressed all but two of these files in my latest commit, the files not address are: - `samples/CommunityToolkit.Maui.Sample/App.xaml.cs`, this will be reverted when i add the demo...
I mentioned this in the discord yesterday, after updating the sample app to use a viewmodel I discovered the `TouchBehavior` will not update its binding context & the commands (or...
> I'm not criticizing anything here, just stating it feels a bit dangerous to allow it I agree, previously you couldn't do this because it was using an attached effect....
> @Axemasta do you think it's fairly safe for me to get started on the docs PR for this? Yes I think so, the hover feature requires implementing and I'm...