Hi
I'm doing app with images and i have some problems.
I need to store as local variable one image, navigate to other page and assign the value of this image to other image component. When I store the image, it save as: data:image/jpeg;base64,/9j/4AAQSkZJR .....
When i assign this value to other image component, it can't show the image.
I store the image: set local storage -
variable name : foto
Blind to component: check
Target Component: input_foto
Property name: Asset
Then in the other page, I assign the local variable "foto" to the other image component.
What im doing wrong? Can't save image to local storage like this?This App need to work in a tablet. I need to update fotos from the gallery of the debice and show. I implemented the methods from this tutorial: http://docs.appery.io/tutorials/uploa...
I implemented the html component: fileForm, upload button with click event with Run JavaScript action: $('#fileselect').trigger('click');
and the functions : function fileSelectHandler(e); and function previewFile();
This implementation work with browser but not in tablet. Is the tablet the problem? There are any other tutorial for Uploading Images?Relationed with the uploading images. Some images are rectangles and other quadrate, diferents forms. In the UI of the page, the image component is a simple scuare and when i upload the image it resizes to this proportions. I like to see a rectangle if the upload image is a rectangle. How i can do it?
Thanks for your time
Jordi