Remix.run Logo
fallinditch 13 hours ago

Another useful pattern for certain types of app is to include a function that saves the HTML file to your local drive/memory as a new file - for example, if the app features user inputs like writing or drawing.

fallinditch 13 hours ago | parent [-]

It's a little problematic to share an HTML file that you made or saved on your phone with other phone users directly, for example by sending via a messaging app: Android it's ok, but iOS won't open or save an HTML file sent in this way. Apparently there is a workaround to long press on the file to save it to your Files folder first.

This issue is relevant if your app's functionality includes the user changing the contents of the file and re-saving as a new file.