Hi everyone,
I have a problem with an hybridwebview which refused to display a picture take with camera.
In android no problem. I take the picture, the file is created and the hybridwebview display it. But on IOs, the file is created (because I can share it on Facebook, Google, etc ... as for Android) but it's like the hybridwebview doesn't find it and so show a html img without src.
It's a problem of a bundle resource ? There is a specific solution to display a bundle resource created in xamarin form for IOs ?
Thanks.