×

Notice

The forum is in read only mode.

  • Page:
  • 1
  • 2

TOPIC:

The map's back... 11 years 7 months ago #1

<!-- m --><a class="postlink" href="beoir.org/map/">beoir.org/map/

The map's back... 11 years 7 months ago #2

Great work andrew <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) -->

The map's back... 11 years 7 months ago #3

Great stuff. Works on Windows Phone too. One request, any chance of making the button that filters Breweries/Brewpubs etc slightly larger, quite difficult on a mobile browser.

The map's back... 11 years 7 months ago #4

&amp;quot;brian_c&amp;quot;:3k0oriut wrote: Great stuff. Works on Windows Phone too. One request, any chance of making the button that filters Breweries/Brewpubs etc slightly larger, quite difficult on a mobile browser.[/quote:3k0oriut]

I'll check, I don't know why the icons get rendered so small on Mobile devices- Hang on I do- The size is measured in px instead of dp...

The map's back... 11 years 7 months ago #5

Its because most mobile devices render the page at desktop size by default and then shrink it. If you add this to the top of the file it'll tell them to use their default size:

<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />

The map's back... 11 years 7 months ago #6

&amp;quot;JohnC&amp;quot;:1kadb3q9 wrote: Its because most mobile devices render the page at desktop size by default and then shrink it. If you add this to the top of the file it'll tell them to use their default size:

<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />[/quote:1kadb3q9]

Yeah, that's a trick I use when rendering pages on iOS.

  • Page:
  • 1
  • 2
Time to create page: 0.163 seconds