I am trying to implement camera functionality in xamarin forms for cross platform app using Xam.Plugin.Media of version 2.6.2. This all working fine in Android and iOS, but it gives issue with Winphone 8.1 as also I'm using Wraplayout to show all images in layout. I used sqlite to save image bytes. After clicking 2-3 images and show on wraplayout it crashes the application in winphone.
Please help me.