Search found 355 matches

Go to advanced search

by Joe Sharples
Mon Sep 14, 2015 11:58 am
Forum: Issues
Topic: ios scroll
Replies: 3
Views: 498
 
Jump to post

ios scroll

I feel i have found a solution but need apperyio help on one final thing. adding position:fixed gave me the desired result. pre .scrollingAreaP { overflow-y: scroll !important; -webkit-overflow-scrolling: touch !important; height: 100% !important; position: fixed !important; } /pre but now t...
by Joe Sharples
Mon Sep 14, 2015 9:14 am
Forum: Issues
Topic: ios scroll
Replies: 3
Views: 498
 
Jump to post

ios scroll

I've read that it's not working because i'm missing the height in the css class. http://stackoverflow.com/questions/17... I have tried adding a height with a set amount of px. It works but it's a bit glitchy. because my mobilecontainer has dynamic list so I need a way to set the height dependant on ...
by Joe Sharples
Sun Sep 13, 2015 12:33 pm
Forum: Issues
Topic: ios scroll
Replies: 3
Views: 498
 
Jump to post

ios scroll

I've been searching on GS and google for a solution but i haven't found what i'm looking for yet. by default when you reach the end of a scroll the header or footer bounces to reveal a grey area above or below. I have found posts suggestiong to add this code to the config.xml: preference name="...
by Joe Sharples
Sun Sep 13, 2015 10:43 am
Forum: Issues
Topic: problem testing on web browser
Replies: 15
Views: 1872
 
Jump to post

problem testing on web browser

Thank you for your time spent fixing this.

by Joe Sharples
Wed Sep 09, 2015 3:36 pm
Forum: Issues
Topic: Retrieving photo base 64 string from an image component
Replies: 4
Views: 680
 
Jump to post

Retrieving photo base 64 string from an image component

Hi,
did you find a final solution for this?

by Joe Sharples
Wed Sep 09, 2015 9:26 am
Forum: Issues
Topic: fixed header ios keyboard
Replies: 1
Views: 314
 
Jump to post

fixed header ios keyboard

I have a fixed header and have added the class .fixDataFilter to my lists datafilter. .fixDataFilter{ position: fixed !important; width: 75% !important; z-index: 1!important; } this works when there is no focus on the datafilter. I can scroll the list and the header and datafilter stay fixed. on ios...
by Joe Sharples
Wed Sep 09, 2015 8:08 am
Forum: Issues
Topic: List items visible only when a user has started to type in the datafilter
Replies: 8
Views: 1021
 
Jump to post

List items visible only when a user has started to type in the datafilter

I added to button click:
$("[name=listItemName]").addClass("ui-screen-hidden");

this hides all list items until user starts to type.

Although if a user clears his search the full list shows rather than hiding.

by Joe Sharples
Tue Sep 08, 2015 5:17 pm
Forum: Issues
Topic: List items visible only when a user has started to type in the datafilter
Replies: 8
Views: 1021
 
Jump to post

List items visible only when a user has started to type in the datafilter

i also tried adding:
Apperyio('ListName').listview('refresh');
but this didnt work

by Joe Sharples
Tue Sep 08, 2015 5:10 pm
Forum: Issues
Topic: List items visible only when a user has started to type in the datafilter
Replies: 8
Views: 1021
 
Jump to post

List items visible only when a user has started to type in the datafilter

Hi, I have a list where all the response of a service is mapped dynamically. the list is visible and the datafilter is hidden. on button click the datafilter shows using : Apperyio("ListName").prev(".ui-filterable").show(); I want to use the data-filter-reveal attribute so the li...

Go to advanced search