Search found 141 matches

Go to advanced search

by David wyatt
Wed Nov 11, 2015 5:54 pm
Forum: Issues
Topic: save camera image to phone gallery and set name
Replies: 6
Views: 703
 
Jump to post

save camera image to phone gallery and set name

Hi Sergiy, Thank you for your help but I've decide not to use the Appery.io camera service and call the plugin through javascript, that way the option to save to gallery is included. If anyone else has the same issue use this function capturePhoto() { navigator.camera.getPicture(onPhotoURISuccess, o...
by David wyatt
Wed Nov 11, 2015 5:49 pm
Forum: Issues
Topic: set image visible when in an array
Replies: 9
Views: 907
 
Jump to post

set image visible when in an array

Thank you Sergiy, works a treat

by David wyatt
Mon Nov 09, 2015 8:40 pm
Forum: Issues
Topic: add custom phonegap plugin
Replies: 2
Views: 404
 
Jump to post

add custom phonegap plugin

Thank you

by David wyatt
Mon Nov 09, 2015 7:14 pm
Forum: Issues
Topic: add custom phonegap plugin
Replies: 2
Views: 404
 
Jump to post

add custom phonegap plugin

Hi,

Im trying to add the cordova file-transfer plugin but I can find out how. All the links to a tutorial in other posts now don't exist

thanks

by David wyatt
Mon Nov 09, 2015 1:54 pm
Forum: Issues
Topic: set image visible when in an array
Replies: 9
Views: 907
 
Jump to post

set image visible when in an array

Hi Sergy, that's correct, I want to be able to hide/show selected images from the array. but when I try var arr = $("[name=image]"); var i = Apperyio("array").text(); Apperyio("arr ").show(); along with arr .show(); or Apperyio(arr ).show(); nothing happens thank you
by David wyatt
Mon Nov 09, 2015 1:18 pm
Forum: Issues
Topic: save camera image to phone gallery and set name
Replies: 6
Views: 703
 
Jump to post

save camera image to phone gallery and set name

Hi Sergiy,

Thank you, will look into it. Are Appery.io considering including this function at a later date as using the camera function to save to the gallery seems like a basic/fundamental requirement.

many thanks

Dave

by David wyatt
Sat Nov 07, 2015 1:14 pm
Forum: Issues
Topic: set image visible when in an array
Replies: 9
Views: 907
 
Jump to post

set image visible when in an array

Hi, I have an array that contains an image. I want to be able to show only certain array images. Ive tried the following var arr = Apperyio("image"); var i = Apperyio("array").text(); arr .show(); and Apperyio('arr ').show(); but I cant get it to work. Any hep would be much appre...
by David wyatt
Fri Nov 06, 2015 5:46 pm
Forum: Issues
Topic: save camera image to phone gallery and set name
Replies: 6
Views: 703
 
Jump to post

save camera image to phone gallery and set name

Hi Sergiy, Thank you for your help but im a little confused on how to use the code. Ive added window.requestFileSystem(LocalFileSystem.PERSISTENT, 0, function (fileSystem) { var fileTransfer = new FileTransfer(); var uri = encodeURI(" http://www.example.com/image "); var path = fileSystem....
by David wyatt
Thu Nov 05, 2015 7:53 pm
Forum: Issues
Topic: save camera image to phone gallery and set name
Replies: 6
Views: 703
 
Jump to post

save camera image to phone gallery and set name

Hi, I've read lots of topics and tutorials but still cant find how to use the camera to name and save image to gallery. Ive successfully saved the image to the apps route folder and used the url to show in an image component. But I need the image in the phones gallery so that the user can find it th...
by David wyatt
Tue Oct 27, 2015 7:37 pm
Forum: Issues
Topic: Windows app 'Navigate to Link' not working
Replies: 6
Views: 670
 
Jump to post

Windows app 'Navigate to Link' not working

Hi Sergiy,

adding the location parameter seems to have done the trick and the links now work

Thank you

Go to advanced search