XAM-Consulting / FreshEssentials

FreshEssentials for Xamarin.Forms has ONLY the most common extensions you need for Xamarin.Forms
Apache License 2.0
107 stars 30 forks source link

Weird issue with BindablePicker #18

Closed Nemasix closed 8 years ago

Nemasix commented 8 years ago

Hi,

First of all, sorry if I make mistake in my English, I don't speak english fluently.

I have a little weird issue with BindablePicker on a specific platform.

I have an application which use the bindablePicker. My problem is on Windows Phone UWP, on the specific emulator 4'. I don't have a device to test if the problem is also present on it.

So, let's me try to explain that. I have this elements in my contentPage :

My BindablePicker contains 7 items. So, when I tap on Entry, a keyboard show to enter the text. If I tap on BindablePicker, the list doesn't show items (in fact, it shows them, but in disorder and if I click on one of it, the list become blank).

Do you experiment the same problem?

I will try to reproduce the bug on a clear app with no confidentiality issue :)

Nemasix commented 8 years ago

After some tests, it's apparently a xamarin.forms issues. I can reproduce the problem with a simple picker :)

Sry for the issue :(