Search found 52 matches

Go to advanced search

by anon
Sat May 31, 2014 1:01 am
Forum: Issues
Topic: Unique page selector jQuery
Replies: 2
Views: 300
 
Jump to post

Unique page selector jQuery

$(window).on({ if( Apperyio("screenName").is(':visible')){ scrollstop: function() { var st = $(this).scrollTop(); if (st = windowHeight){ Appery('mobilefooter').hide(); } else { Appery('mobilefooter').show(); } windowHeight = st; cache.windowHeight = st; } } }); Did the trick thanks
by anon
Wed May 28, 2014 6:24 pm
Forum: Issues
Topic: Custom jQuery Mobile versions?
Replies: 5
Views: 638
 
Jump to post

Custom jQuery Mobile versions?

I understand this, and acknowledge that I may be breaking some other things that Appery supports and understand the risks. Is there still a way to remove the older library and add a new one? Will overwriting it do the trick

by anon
Tue May 27, 2014 6:45 pm
Forum: Issues
Topic: Custom jQuery Mobile versions?
Replies: 5
Views: 638
 
Jump to post

Custom jQuery Mobile versions?

Just to clarify, if we include a new phonegap or jquery mobile (already built in libraries) and we add the URL to a newer version, will it overwrite it? The desired functionality is to discontinue library_versionX, and add library_versionX+1

by anon
Tue May 27, 2014 7:47 am
Forum: Issues
Topic: Unique page selector jQuery
Replies: 2
Views: 300
 
Jump to post

Unique page selector jQuery

I am trying to execute a piece of jQuery on a particular page in Appery. It is a little bit of logic to toggle the visibility of the footer depending on which way the user scrolls (like facebook's filtering footer navbar) However, the logic is working on other pages than specified in the load event....
by anon
Thu May 22, 2014 12:37 am
Forum: Issues
Topic: KitKat Camera Service fails on .apk ONLY
Replies: 7
Views: 618
 
Jump to post

KitKat Camera Service fails on .apk ONLY

For some reason, when I build my binary to Android and run it on Android 4.4.x (KitKat), the Camera Component fails to execute, and the adb logcat says that the "Camera is Not Found". This is also the case with I try to build it with Adobe PhoneGap on their creative suite. Is this an Apper...
by anon
Tue May 20, 2014 8:09 pm
Forum: Issues
Topic: Unique Response Mapping
Replies: 7
Views: 847
 
Jump to post

Unique Response Mapping

Nope, the above code did the trick. Thank you for your concern

by anon
Mon May 19, 2014 11:54 pm
Forum: Issues
Topic: Is it possible to prefetch screens?
Replies: 10
Views: 1144
 
Jump to post

Is it possible to prefetch screens?

bump

by anon
Mon May 19, 2014 11:44 pm
Forum: Issues
Topic: How to prevent Page from Scrolling to Top when Panel Opens?
Replies: 15
Views: 1897
 
Jump to post

How to prevent Page from Scrolling to Top when Panel Opens?

What if you save the window.scrollTop() value (pixel height of window) and re-enforce it when the panel opens or closes?

by anon
Fri May 16, 2014 9:41 pm
Forum: Issues
Topic: When to use database pointer type ?
Replies: 14
Views: 2179
 
Jump to post

When to use database pointer type ?

is there any way to restrict the attributes returned by the include? For example, I only want to return anything but FirstName, LastName, and Photo from the UserProfile collection

by anon
Fri May 16, 2014 5:13 pm
Forum: Issues
Topic: Unique Response Mapping
Replies: 7
Views: 847
 
Jump to post

Unique Response Mapping

Katya, I wanted to change it in the mapping. Basically, remove the need to map anything other than the topmost array of JSON elements to my components. I actually figured this out: var id = element.attr('id'); var stringArr = id.split(" "); var page = stringArr[0]; $('#'+id).find('#'+page+...

Go to advanced search