[regression/8.0.0] MAUI custom control/mapper not working android #17483
Labels
area-controls-entry
Entry
custom-handler
platform/android 🤖
potential-regression
This issue described a possible regression on a currently supported version., verification pending
t/bug
Something isn't working
Description
I am presently engaged in the task of transitioning my application to MAUI within the .NET 8 framework. Unfortunately, I've encountered some roadblocks primarily related to crashes, which have been reported in detail on the GitHub issue tracker: #17396. While I've managed to get certain aspects of the app working on Android, I've noticed a few issues that were absent in the .NET 7 build. Regrettably, I'm unable to ascertain if these issues also affect the iOS version since I'm unable to test it due to a crash occurring during the boot process.
One specific issue I've encountered pertains to a 'CleanEntry' control with an associated mapper. Below is the relevant code snippet for reference.
This line in the entry should not be visible:
This Mapper code is called in the constructor for the ContentPage's that make use of this mapper/control
Steps to Reproduce
No response
Link to public reproduction project repository
No response
Version with bug
8.0.0-rc.1.9171
Is this a regression from previous behavior?
Yes, this used to work in .NET MAUI
Last version that worked well
7.0.92
Affected platforms
Android, I was not able test on other platforms
Affected platform versions
Android API 31
Did you find any workaround?
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: