Search found 75 matches

Go to advanced search

by Victor Fagerström
Tue Mar 18, 2014 8:31 pm
Forum: Issues
Topic: fixed data filter in list
Replies: 4
Views: 1197
 
Jump to post

fixed data filter in list

Never mind, found answer here:

http://stackoverflow.com/questions/12...

V

by Victor Fagerström
Tue Mar 18, 2014 6:54 pm
Forum: Issues
Topic: fixed data filter in list
Replies: 4
Views: 1197
 
Jump to post

fixed data filter in list

Hi,

Yes, but the data filter is connected to the list item. What would be the componentName for the data filter ONLY?

Victor

by Victor Fagerström
Tue Mar 18, 2014 11:11 am
Forum: Issues
Topic: fixed data filter in list
Replies: 4
Views: 1197
 
Jump to post

fixed data filter in list

Is there a way to get only the data filter input in the list component to be fixed? I want the data filter input to stay in one place and the list items to scroll.

Code appreciated.

Thanks
V

by Victor Fagerström
Wed Mar 12, 2014 6:46 pm
Forum: Issues
Topic: Query Appery.io database with localstorage variable
Replies: 14
Views: 4038
 
Jump to post

Query Appery.io database with localstorage variable

create a localStorage variable inside mapping of a service. save something in the localStorage variable. inside mapping of query service; drag the localStorage variable to the where parameter. click add JS on where parameter. write JS. the localStorage variable you dragged to the where parameter wi...
by Victor Fagerström
Tue Feb 25, 2014 4:52 pm
Forum: Issues
Topic: how to handle page leave event
Replies: 10
Views: 5069
 
Jump to post

how to handle page leave event

Would it be possible to run the JS action BEFORE the navigation away from page happens?
At page Hide event JS action seems to run after navigation is complete or has at least started.

V

by Victor Fagerström
Tue Feb 25, 2014 12:51 am
Forum: Issues
Topic: how to handle page leave event
Replies: 10
Views: 5069
 
Jump to post

how to handle page leave event

run javascript on page hide seems to be working for me now, is that the right way to do it?

V

by Victor Fagerström
Tue Feb 25, 2014 12:49 am
Forum: Issues
Topic: how to handle page leave event
Replies: 10
Views: 5069
 
Jump to post

how to handle page leave event

That means it has to be done manually to every navigation button that leaves the page. Is there a way, such as an event like "beforeleavingpage run javascript", to achieve this with clicking any navigation button that leaves the page?

V

by Victor Fagerström
Wed Feb 19, 2014 4:32 am
Forum: Issues
Topic: Centering content vertically works in browsers but not in Xcode simulator or Appery.io Tester
Replies: 3
Views: 881
 
Jump to post

Centering content vertically works in browsers but not in Xcode simulator or Appery.io Tester

Thank you but that covers centering Horizontally: ---
I'm talking about centering Vertically: |||.

by Victor Fagerström
Wed Feb 19, 2014 4:01 am
Forum: Issues
Topic: Centering content vertically works in browsers but not in Xcode simulator or Appery.io Tester
Replies: 3
Views: 881
 
Jump to post

Centering content vertically works in browsers but not in Xcode simulator or Appery.io Tester

In my app I use this code to center a div with content vertically: //contdiv is a div with the size of mobilecontent. $(window).load(function (){ var contdiv = $('.contdiv'); var contdivHeight = +$(contdiv).height(); var contdivHeight2 = contdivHeight / 2; var contdivHeight3 = contdivHeight2 - contd...
by Victor Fagerström
Wed Feb 19, 2014 2:26 am
Forum: Issues
Topic: xCode bugg?
Replies: 10
Views: 1772
 
Jump to post

xCode bugg?

Think I might have solved the problem using some CSS magic. I will post here again if the problem reappears.

Thanks, V

Go to advanced search