vpapenko / ColorPicker

Color pickers for Xamarin Forms.
MIT License
43 stars 11 forks source link

Issue with colorpicker in detail view of FreshMVVM #57

Open georgegoudie opened 3 years ago

georgegoudie commented 3 years ago

I'm using FreshMVVM and the master detail navigation container. This seems to cause an issue when the colorpicker is in a detail view (iOS only). Pressing on a new location works fine but dragging the selected circle causes the wheel to freeze. I'm guessing it's due to the fact you can slide to open the menu

Ideally the colorpicker would work in the detail view

I can create a sample project if that would help