Search found 528 matches

Go to advanced search

by Alex GG
Wed Dec 17, 2014 7:09 pm
Forum: Issues
Topic: Image zoomable?
Replies: 30
Views: 3569
 
Jump to post

Image zoomable?

Hi Yurii, The zoom option works great with a static image, but I have another problem.. My app is a business locator, so I have one image inside a grid, that is populated by list service from DB. if I add this code on page show: Appery("image").smartZoom(); only the first image of the list...
by Alex GG
Mon Dec 15, 2014 8:48 am
Forum: Issues
Topic: Geolocation not working on mobile phone...but on browser
Replies: 29
Views: 2512
 
Jump to post

Geolocation not working on mobile phone...but on browser

Hi Yurii, I did an upgrade to new editor, and now the geolocation service always fails.. i need to change the timeout to 9000 and disable HighAccuracy in my geolocation service..as before... As you can see, all the fields are grayed, so I deleted the old service and created a new service but is the ...
by Alex GG
Sun Dec 14, 2014 3:22 am
Forum: Issues
Topic: uploaded images not available for launch image
Replies: 4
Views: 580
 
Jump to post

uploaded images not available for launch image

Hi Bobby..

For android, you have to upload those (4) images on the source tab. On the drawable folder, there ́re 4 folders in which you have to upload the file images, then rename it to splash.png

Image

by Alex GG
Fri Dec 12, 2014 4:28 am
Forum: Issues
Topic: Make the header unclickable.
Replies: 4
Views: 537
 
Jump to post

Make the header unclickable.

Thanks Yurii,
I change from click to tap event, and looks that it solved the problem...

If the problem persist, I ́ll try your code..

Regards

by Alex GG
Thu Dec 11, 2014 8:40 pm
Forum: Issues
Topic: Post Cart object/array into database
Replies: 21
Views: 1984
 
Jump to post

Post Cart object/array into database

you ́re right,,then you need to try the other way...

Hope Appery team help you with that..

by Alex GG
Thu Dec 11, 2014 8:32 pm
Forum: Issues
Topic: Post Cart object/array into database
Replies: 21
Views: 1984
 
Jump to post

Post Cart object/array into database

Ok, I guess you where using appery DB. Yes you are right, try removing all links...and select one field on the right side, and loop through the cart array, and the use "return" when you use Apperyio.storage.cart.get() you dont need any link, because you are reading from storage... Of cours...
by Alex GG
Thu Dec 11, 2014 8:20 pm
Forum: Issues
Topic: Make the header unclickable.
Replies: 4
Views: 537
 
Jump to post

Make the header unclickable.

Hi, I have the same problem on iphone device (ios 7,1)...even if I click on the "menu" buton sometimes it doesnt open the panel and instead navigates to detail page (like if I click on the list item) where should I add the suggested code, on button that is on the header? on page show, page...
by Alex GG
Thu Dec 11, 2014 8:01 pm
Forum: Issues
Topic: Post Cart object/array into database
Replies: 21
Views: 1984
 
Jump to post

Post Cart object/array into database

Hi, Are you using Create database service to post the cart on DB? If this is the case, dont do any link, just click on JS and create the for loop to save everthing on the string,,,then type return string_name; https://d2r1vs3d9006ap.cloudfront.net/s3_images/1131300/apperyproblem1_inline.jpg?14183279...
by Alex GG
Thu Dec 11, 2014 7:04 pm
Forum: Issues
Topic: Post Cart object/array into database
Replies: 21
Views: 1984
 
Jump to post

Post Cart object/array into database

Hi Jakub This is how I solved this... But instead of saving the cart array to DB, Im sending this to my email (using sendgrid). In that way I dont need to check DB now and then, I just receive a notification from Gmail App... Just do a loop in your cart and save every item to a string...then send it...

Go to advanced search