facebook

Button to save images from gallery

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MobiOne Archive
  2.  > 
  3. Getting Help – General
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #340699 Reply

    herqules
    Member

    Hi,

    I just started using MobiOne and really enjoying it! I’ve been searching the net for quite some time now trying to find a solution for this, but I cant seem to get anything to work 🙁

    I created a photogallery – simple one with “next” and “back” button. Now I want a “save photo” button that saves that image to the iphone camera roll…? How do I do this in MobiOne? I’ve been looking in to the UIImageWriteToSavedPhotosAlbum, but as i dont have a mac and dont code in Objective-C I cant use this – as far as i know!?

    Also, when generating the Web App, and setting it to my home screen so it acts as a native app, the function to “hold down finger” on an image doesnt work…?

    Thank you!
    Herq

    #340759

    Hi herqules,

    MobiOne apps are “HTML5 apps”, a.k.a., hybrid apps. The app content is implemented in HTML5, css3, javascript and packaged into the app binary. So, you should use javascript code for your programming tasks. In order to download a file into device you could use the Phonegap FileTransfer API: http://docs.phonegap.com/en/2.2.0/cordova_file_file.md.html#FileTransfer

    Note that this require a basic-medium javascript skills and will only work for native apps.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Button to save images from gallery

You must be logged in to post in the forum log in