Does the app support native image/video upload or storage that I can access view the embeded website later - I need to upload images/videos that were made when the user had slow internet connection and the video couldn’t be uploaded, so either to resume those upload or initiate a new one.
At the moment I have the upload functionality on the website and the user can take pictures/videos directly via it, but the images are not stored and uploaded directly, which fails if the internet connection is bad, so I need to store the files on the user’s device and access at a later time
Thank you for your inquiry! If your website already supports image and video uploads, the same functionality can be implemented in the app. Users will be able to upload content via the camera or gallery as they would on the website.
To enable this, you’ll just need to allow the app to access the camera and gallery. You can do this by heading to the Build section of your account’s Download page, enabling the necessary permissions, and building the app. Once done, your users will be able to use the upload functionality as required.
Feel free to reach out if you have any questions or need assistance!