I have been away from programming for quite a while due to health issues. I have an image editing page written in HTML5, CSS3, and JavaScript. No additional libraries. I believe I used the HTML5 API to create Save As JPEG with a quality setting or Save As PNG. This works fine on laptops and desktops and works fine on Android. It does not work on iPhone.
IIRC, there is now a way for this to work on iPhone/iOS. How do I go about doing this?
If I am incorrect and there is not a new method, what work arounds are available? Currently, the edited image opens in a new tab, and the user has to tap the image and then tap “save to photos”. Is there a less awkward work around?
I know, I’m tired and rusty. So, thank you very much!
IIRC, there is now a way for this to work on iPhone/iOS. How do I go about doing this?
If I am incorrect and there is not a new method, what work arounds are available? Currently, the edited image opens in a new tab, and the user has to tap the image and then tap “save to photos”. Is there a less awkward work around?
I know, I’m tired and rusty. So, thank you very much!