Search found 9 matches

Go to advanced search

by andrew lautenbach
Fri Apr 17, 2015 1:28 pm
Forum: Issues
Topic: Problem with pictures in grids on android tester/apk
Replies: 2
Views: 611
 
Jump to post

Problem with pictures in grids on android tester/apk

I fixed the problem, There was a problem with the width/height percentages on my pictures and grids that was faulty on android i guess?

by andrew lautenbach
Fri Apr 17, 2015 9:25 am
Forum: Issues
Topic: Problem with pictures in grids on android tester/apk
Replies: 2
Views: 611
 
Jump to post

Problem with pictures in grids on android tester/apk

Hello appery team! Ive got a problem with pictures not showing and labels taking only 1% space within a grid on the page Galerij of my app. it works on apple but on android 4.1.2 and 4.04 it doesn't. I have tried to delete all my costum CSS but the problem still occurs, in web view with chrome it wo...
by andrew lautenbach
Wed Feb 25, 2015 1:39 pm
Forum: Issues
Topic: How can i redirect a user from my app to google maps navigation app?
Replies: 3
Views: 1710
 
Jump to post

How can i redirect a user from my app to google maps navigation app?

Cant u be somewhat more specific? Where does it state that i can redirect to google maps APP itself?

by andrew lautenbach
Wed Feb 25, 2015 12:31 pm
Forum: Issues
Topic: How can i redirect a user from my app to google maps navigation app?
Replies: 3
Views: 1710
 
Jump to post

How can i redirect a user from my app to google maps navigation app?

I am making an app that, when i click on a button, i show them their location and my companys location on the google maps api. But i need to make it so that when you click the button, you open google maps app and showing the complete directions. With the users input from my app if possible. Like thi...
by andrew lautenbach
Wed Feb 25, 2015 12:04 pm
Forum: Issues
Topic: CSS Media query is not working while testing app in android mobile phone
Replies: 7
Views: 2688
 
Jump to post

CSS Media query is not working while testing app in android mobile phone

are u sure u have the correct class name on ur label?

by andrew lautenbach
Wed Feb 25, 2015 12:03 pm
Forum: Issues
Topic: CSS Media query is not working while testing app in android mobile phone
Replies: 7
Views: 2688
 
Jump to post

CSS Media query is not working while testing app in android mobile phone

hmm get rid of: only
@media screen and (min-width : 320px) and (max-width : 399px) and (orientation : portrait) {
.hsa_your_annual_contribution_mobilelabel_3
{
top: 33% !important;
left: 22% !important;
font-size: 12px !important;
}
}

by andrew lautenbach
Wed Feb 25, 2015 11:13 am
Forum: Issues
Topic: CSS Media query is not working while testing app in android mobile phone
Replies: 7
Views: 2688
 
Jump to post

CSS Media query is not working while testing app in android mobile phone

try to use !important?
like this:

@media screen and (min-height: 451px) and (max-height: 600px) {
.maps {
height:250px !important;
}
}

by andrew lautenbach
Wed Feb 25, 2015 11:10 am
Forum: Issues
Topic: GeoMap directions not working.
Replies: 8
Views: 1712
 
Jump to post

GeoMap directions not working.

ty i got my panel for directions to work now too :D

Go to advanced search