Fixed header, selected li tag

2012-11-09 Thread runback
Hi - When using an ul/div tag the value of title is in the header of the page. How can I make the header fixed, so that the rest of the page so to speak scrolls under the header, the header staying intact/fixed and visible all the time. - Another thing I've been working with is the li tag.

geolocation using local host

2013-01-17 Thread runback
Hi The usual way (with JavaScript) of getting the user's geolocation doesn't seem to work when the html5 APP is on local host (i.e. instead of the text on the navigation bar starting with http it starts with file: - at least in my laptop) - Does anyone know the solution to this? Rune -- You

Re: Login

2013-02-20 Thread runback
Hi Nobody answered (big deal!) so I'll tell you guys gals what I've found out (since I've received important help from this forum) - one module (not two) - at the beginning of the module you place something like *if (loggedIn()) window.location='index.html#_LOGIN'; else

Re: Login

2013-02-20 Thread runback
*if (!loggedIn())* of course (i.e. if NOT logged in) -- You received this message because you are subscribed to the Google Groups iPhoneWebDev group. To unsubscribe from this group and stop receiving emails from it, send an email to iphonewebdev+unsubscr...@googlegroups.com. To post to this

li tag also with align right

2013-10-17 Thread runback
Hi Remi I use the following code: li class=groupText to the left/li Works like a dream! - But what if I also want to set some text to the right on the *same line* (but with another font and color)? How do I do that? Regards Rune -- You received this message because you are subscribed to

buttons (images) not visible in some browsers

2013-10-23 Thread runback
Hi Remi My App looks ok in Chrome and Safari. But when I use FireFox or Opera I can't see the buttons. Do you have any idea of why? Regards Rune -- You received this message because you are subscribed to the Google Groups iPhoneWebDev group. To unsubscribe from this group and stop receiving

Re: buttons (images) not visible in some browsers

2013-10-24 Thread runback
I've tried my APP in a couple of Nokia mobile phones, and the same problem accurred. (Checked iPad today. No problem.) Den onsdagen den 23:e oktober 2013 kl. 16:25:41 UTC+3 skrev runback: Hi Remi My App looks ok in Chrome and Safari. But when I use FireFox or Opera I can't see the buttons

Re: buttons (images) not visible in some browsers

2013-11-02 Thread runback
Hi I tried to make my apps for for example in Nokia under iUI , but without much success. Meanwhile I compared iUI with emi. I settled for emi, because emi is supported by more (all?) browsers/mobiles, it *looks *better and I have now found out that it's *faster*. - Just my sincere opinion.

make emy backButton pop

2013-11-08 Thread runback
Hi How do I make the backButton do a pop (i.e. history.go(-1);) insted of a push like now? Rune -- You received this message because you are subscribed to the Google Groups iPhoneWebDev group. To unsubscribe from this group and stop receiving emails from it, send an email to

google map + emy or iUI

2013-11-29 Thread runback
I'm trying to make a map under emy. I have also tried the same under iUI. The same kind of problems occur. (The code is based on this: https://developers.google.com/maps/articles/mvcfun?hl=sv) A simple map under the selected tag seems to work well ( iUI: http://euroble.com/iui/map1.html

Re: google map + emy or iUI

2013-11-29 Thread runback
I'll try to fix the URLs: I'm trying to make a map under emy. I have also tried the same under iUI. The same kind of problems occur. (The code is based on this: https://developers.google.com/maps/articles/mvcfun?hl=sv) A simple map under the selected tag seems to work well ( iUI: