arnecls / raidplaner

Packedpixel Raidplaner
31 stars 21 forks source link

Raidplaner Mobile scaling + pinch to zoom fix? #125

Closed Project-- closed 9 years ago

Project-- commented 9 years ago

Is there any way to make the calendar scale via a mobile device? Our website is mobile friendly and this is the only feature that it not currently scaling. Currently when the calendar is loaded it's a little bigger in width than the mobile device & when attempting to pinch and zoom, just the press of my fingers against the screen, opens the calendar date my finger touched to create a raid.

I then I have to hit "X" to close the raid creation, and attempt to scroll without touching a day on the calendar and another creation opening.

Hopefully that makes sense.

arnecls commented 9 years ago

I only tested the page on an retina iPad and some really old android device. The problem with android devices (or mobil devices in general) is that they have a gazillion different screen sizes below the common minimum desktop size plus different aspect ratios, etc.. This of course breaks the currently static layout of the raidplaner.

So what you're speaking of is a change to "responsive page design". This already is on my list and there already were attempts to add this to v1.1.2, too (though not by me - see issue #97). Making the raidplaner fully responsive is a tough task so this will probably not happen before 1.2.0.

If you cannot wait and want to make an attempt - you can use the style setting in a theme to load a custom CSS. (see: https://github.com/arnecls/raidplaner/wiki/Customization#creating-custom-themes) With your custom CSS you can "overload" the raidplaner CSS without having to change the main CSS files.

arnecls commented 9 years ago

I'll close this as duplicate to #97.