samccone / moji-brush

https://www.mojibrush.co
67 stars 7 forks source link

brush size does not seem to work on IOS #17

Open samccone opened 8 years ago

samccone commented 8 years ago

it is extra small for some reason...

joryphillips commented 8 years ago

we should try adding "Arial, ArialMT" and see if that fixes it

joryphillips commented 8 years ago

Turns out it's not a matter of Arial not being on iOS like I thought, but rather it's an issue of iOS Webkit not allowing emoji bigger than 16px. There's a fix in the works.

samccone commented 8 years ago

ugh terrrrrrrible, what to do... what to do....

joryphillips commented 8 years ago

I suppose an option is switching to embedding them as images. Maybe base64. Obviously makes for a bigger download but we could limit the palette, and I don't think it would be too hard to switch to that method.

samccone commented 8 years ago

i would like it if this was the fallback and only downloaded if we were in this broken state. :(

samccone commented 8 years ago

@paulirish says we should try transforming it up

right now we are transforming it down... I think if we invert it we should be solid

samccone commented 8 years ago

yeah so we can transform / zoom it up but painting is the hard part...

unfortunately I think that we are going to have to have a fallback emoji map for IOS :(