Search found 18 matches

Go to advanced search

by Donald Charity
Tue Apr 01, 2014 3:21 pm
Forum: Issues
Topic: zoomable image
Replies: 0
Views: 636
 
Jump to post

zoomable image

Hello,

I did exactly what was mentioned here to enable zooming:

https://getsatisfaction.com/apperyio/...

but I am getting this error in console:

zoom() is not a function.

Not sure where to go from here... Thanks!

by Donald Charity
Tue Apr 01, 2014 1:00 pm
Forum: Issues
Topic: Image zoomable?
Replies: 30
Views: 11150
 
Jump to post

Image zoomable?

Hello, I did exactly what was said to do here and I still get:

TypeError: Appery(...).elevateZoom is not a function

"For example, for elevateZoom download a file jquery.elevatezoom.js and add it as custom JS."

by Donald Charity
Tue Apr 01, 2014 12:40 pm
Forum: Issues
Topic: Image zoomable?
Replies: 30
Views: 11150
 
Jump to post

Image zoomable?

Hello, I did exactly what was said to do here and I still get:

TypeError: Appery(...).elevateZoom is not a function

"For example, for elevateZoom download a file jquery.elevatezoom.js and add it as custom JS."

by Donald Charity
Fri Mar 28, 2014 10:19 pm
Forum: Issues
Topic: Always NULL for response headers using POST in REST Services
Replies: 2
Views: 852
 
Jump to post

Always NULL for response headers using POST in REST Services

Fixed, had to set on my PHP page Access-Control-Allow-Headers: and list the header I needed exposed.

by Donald Charity
Fri Mar 28, 2014 2:49 pm
Forum: Issues
Topic: Always NULL for response headers using POST in REST Services
Replies: 2
Views: 852
 
Jump to post

Always NULL for response headers using POST in REST Services

I have a issue with POST using REST services, in the Firefox console, I can see the response headers, but I am not able to access them through the success and error calls for the service they always return null. Here is the JS im running to get the headers: alert(jqXHR.getResponseAllHeaders()); aler...
by Donald Charity
Fri Feb 21, 2014 2:02 pm
Forum: Issues
Topic: iOS binary build with radio buttons not functioning properly
Replies: 4
Views: 1270
 
Jump to post

iOS binary build with radio buttons not functioning properly

Hello, it's version 1.2 if I change it too 2.0 my app is totally useless, the UI renders all wrong i.e. button dont show up, web and iOS.

by Donald Charity
Fri Feb 21, 2014 4:47 am
Forum: Issues
Topic: iOS binary build with radio buttons not functioning properly
Replies: 4
Views: 1270
 
Jump to post

iOS binary build with radio buttons not functioning properly

My app in the mobile web is working properly with two radio buttons that if I select one the other deselects but in the iOS binary build the other radio button stays selected when I select the other. Please help. Nothing has changed in this code section from previous binary builds, but now my newest...
by Donald Charity
Fri Feb 07, 2014 4:50 pm
Forum: Issues
Topic: No response body in response (JSON)
Replies: 10
Views: 2636
 
Jump to post

No response body in response (JSON)

Ok figured it out, in my php I needed to handle both jsonp and json for different occasions, in my Appery.io app I was using jsonp which adds a callback to the url string. So on my response echo from my php file I needed that callback. $json = json_encode($data2); echo "{$_GET['callback']}($jso...
by Donald Charity
Fri Feb 07, 2014 1:31 pm
Forum: Issues
Topic: No response body in response (JSON)
Replies: 10
Views: 2636
 
Jump to post

No response body in response (JSON)

I get a syntax error here: https://d2r1vs3d9006ap.cloudfront.net/s3_images/1019521/ScreenShot2014-02-07at8.30.30AM_inline.png?1391779759 I do get the JSON however in the response, weird? https://d2r1vs3d9006ap.cloudfront.net/s3_images/1019522/ScreenShot2014-02-07at8.31.39AM_inline.png?1391779829

Go to advanced search