intel / webapps-scientific-calculator

Apache License 2.0
27 stars 33 forks source link

font too big #14

Closed davidmaxwaterman closed 10 years ago

davidmaxwaterman commented 10 years ago

On android, it seems the +/- key is not sized correctly. Needs some investigation.

davidmaxwaterman commented 10 years ago

Same issue as a chrome extension.

davidmaxwaterman commented 10 years ago

it's something to do with the minus character, which isn't ascii; the code has − hard wired.

davidmaxwaterman commented 10 years ago

works fine on tizen, both as wgt and xpk

davidmaxwaterman commented 10 years ago

After seeing if it's an issue in xwalk, I'll probably just use a different character - probably ascii '-'

davidmaxwaterman commented 10 years ago

https://crosswalk-project.org/jira/browse/XWALK-616 the ascii '-' doesn't look right, so I'm not changing it.