How to save a texture to iphone album at runtime?

we struggled to save a texture to the iphone album, wonder if it’s possible to do it?
is there any solutions for this?

Try adding a button that will save the texture upon being pressed.

Your best chance is to save the texture as an image ([SOLVED] Screenshot with a camera and not the canvas), show the image and trigger the phone’s share menu/action (https://developer.mozilla.org/en-US/docs/Web/API/Navigator/share)