Open wilsonvargas opened 5 years ago
We don't typically debug custom renderers. Instead, could you tell us what features we're missing so that we might add them to the first class renderers? In that way everyone can benefit from the work. Short of that, if you're able to debug the issue and submit a PR then we'll review that.
Description
On Android - Custom PickerRenderer Control.Click stops working on first user's click.
After updating nuget packages from Xamarin forms 3.2 to 3.4.0.1008975.
We are using a Custom PickerRenderer -to add a custom dropdown icon and some styling and this works and looks same as before. -to use our own picker modal we have added our Control.Click += Control_Click; event listener which previously opened our custom dialog.
Steps to Reproduce
Expected Behavior
Open our custom renderer when user tap the Custom Picker
Actual Behavior
The first time user taps/clicks on the CustomPicker Xamarin opens the OTB Android Picker dialog
Basic Information
Version with issue: XF 3.4.0.1008975
Last known good version: XF 3.2.0.871581
IDE: Visual Studio 2017 Professinal
Platform Target Frameworks:
Affected Devices: We can reproduce this issue with all our Android real test devices and emulators (API 16 - 27). And all our developers and testers.
Screenshots
Reproduction Link
CustomPickerBug.zip