Question

i want to get an image form the default web browser and edit that image in my application i have searched a lot on many different forums regarding this but i was unable to find a solid answer to that. I am rather confused that whether it is possible or not. kindly, help me out regarding this matter. Thanks.

No correct solution

OTHER TIPS

I'm not sure what you're looking for by "getting an image from the default web browser", but the simplest way to do this would probably be to build your app to respond to a share action from the browser, analyse the URL that is being shared and load that URL in your app. If the URL doesn't point to an image resource, handle the error gracefully.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top