Kimmo Puputti

Results 6 comments of Kimmo Puputti

I think I ran into the same issue with my custom map component. I have a large pannable image (with -webkit-overflow-scrolling: touch) and absolutely positioned marker images on top. Sometimes...

@moll Yes, the z-index on the map is lower than on the markers. I'm using Overthrow ( http://filamentgroup.github.com/Overthrow/ ) and the map works fine on Android 2.3 & 4.0, WP7,...

Oh, I found the solution. My problem seemed to be the same as in this issue: https://github.com/scottjehl/Device-Bugs/issues/8 and the proposed workaround fixed the problem.

Same issue as #18, with proposed fix applied to the latest repo here: #39

@cubic Here's the patch by @simonratner applied to the latest repo: #39

I'd like to make exceptions to the char map like: ``` slug.charmap['ä'] = 'ä'; slug.charmap['Ä'] = 'Ä'; slug('äÄ öÖ'); // returns 'oO' instead of 'äÄ-oO' ``` Maybe @dcharbonnier means the...