Search found 40 matches

Go to advanced search

by Haim
Mon Dec 17, 2012 1:38 pm
Forum: Issues
Topic: How to add custom icons for Geolocation Marker & Multiple Location Points? I will pay for a good answer.
Replies: 29
Views: 9307
 
Jump to post

How to add custom icons for Geolocation Marker & Multiple Location Points? I will pay for a good answer.

There is a known bug affecting the Google Map markers: http://code.google.com/p/google-maps-... Basically, the markers disappear once I zoom in enough (using two fingers) because of the event called. Is there a way via Tiggzi to apply the -webkit-transform: translateZ(0px) to the marker wrappers?
by Haim
Mon Nov 19, 2012 4:27 pm
Forum: Issues
Topic: Are phonegap and parse call asynchronous
Replies: 8
Views: 3171
 
Jump to post

Are phonegap and parse call asynchronous

Eric - thanks for the quick reply. The request is a phonegap geolocation call. There's no server or browser issue that I'm aware of. When I run the app on a browser (emulating the handset inside of Tiggzi), I never see a timeout. It's only on certain handsets. OK - I agree that 5 secs ought to be en...
by Haim
Mon Nov 19, 2012 4:09 pm
Forum: Issues
Topic: Are phonegap and parse call asynchronous
Replies: 8
Views: 3171
 
Jump to post

Are phonegap and parse call asynchronous

Thanks - I've followed your suggestions and I now see that on some devices, under some conditions - I'll timeout. Does anyone have a suggestion timeout value that isn't too lax? I think that the standard one in Tiggzi is 5000 (msec) - so that's 5 seconds. I saw some posting somewhere that recommende...
by Haim
Mon Nov 19, 2012 3:55 am
Forum: Issues
Topic: Are phonegap and parse call asynchronous
Replies: 8
Views: 3171
 
Jump to post

Are phonegap and parse call asynchronous

Thanks - very helpful.

by Haim
Sun Nov 18, 2012 9:12 pm
Forum: Issues
Topic: Are phonegap and parse call asynchronous
Replies: 8
Views: 3171
 
Jump to post

Are phonegap and parse call asynchronous

Understood. Then can you suggest some place where I can find explicit documentation on proper callbacks or checks to this? For example, if I send a REST API call to parse to "GET" some information, how can I test that this information is actually ready? I thought (apparently mistakenly) th...
by Haim
Sun Nov 18, 2012 12:53 pm
Forum: Issues
Topic: Are phonegap and parse call asynchronous
Replies: 8
Views: 3171
 
Jump to post

Are phonegap and parse call asynchronous

I have some strange behavior on my app due to what I think are asynchronous services that I'm not handling properly: I use a location service (via PhoneGap) that should return the device's lat/lng I have a parse REST API call that should return a collection of information that should be plotted as m...
by Haim
Mon Nov 05, 2012 12:21 pm
Forum: Issues
Topic: Excessive permissions!
Replies: 28
Views: 6497
 
Jump to post

Excessive permissions!

The build on PhoneGap builder (build.phonegap.com) has strange artifacts and doesn't work well at all. It's not near as robust as a Tiggzi build. The problem is that the wide-open permissions really restricts who can download/use it. Haven't many other run into this issue already? I'm surprised that...
by Haim
Sun Nov 04, 2012 7:07 am
Forum: Issues
Topic: Excessive permissions!
Replies: 28
Views: 6497
 
Jump to post

Excessive permissions!

Even if this is in the works or a beta feature, is there any way to get this done soon. For example, if I told you which permissions I didn't need, could you turn them off for my project in Tiggzi?

by Haim
Sun Nov 04, 2012 7:04 am
Forum: Issues
Topic: Excessive permissions!
Replies: 28
Views: 6497
 
Jump to post

Excessive permissions!

Any update on this? This is really important. I depend on Tiggzi to build the app for me. Exporting the app really reduces the value of Tiggzi - I really need to restrict the permissions.

Thanks.

by Haim
Sat Nov 03, 2012 5:15 pm
Forum: Issues
Topic: Resize Google Map in Tiggzi JS
Replies: 7
Views: 2098
 
Jump to post

Resize Google Map in Tiggzi JS

Actually - I can now fix myself. In both the Tiggzi test environment AND on the device, we should be using $(window).height() For example, I wanted to allow for 220 pixels above and below the Google map for graphics, buttons, etc. So I just calculate: var myHeight = $(window).height() - 220; and the...

Go to advanced search