jamesmontemagno / Xamarin.Plugins

Cross-platform Native API Access from Shared Code!
MIT License
1.3k stars 380 forks source link

Android 6.0 only Media issue #283

Closed michaeldimoudis closed 8 years ago

michaeldimoudis commented 8 years ago

This is a

Which plugin does this impact:

Version Number of Plugin: latest Device Tested On: Android 6 devices Simulator Tested On: Android 6

Expected Behavior

When I click on a button to load a photo gallery, I get asked for permission, and the photo gallery should pop up.

Actual Behavior

After you give permission for Android 6 to access the camera, the photo gallery doesn't pop up. Even after you press the button multiple times. If you navigate away from the page, and go back in to the page with the button to pop up the gallery, it then starts working as expected and pops up.

Steps to reproduce the Behavior

See above.

jamesmontemagno commented 8 years ago

This issue was moved to jamesmontemagno/MediaPlugin#14