cherche / fuchsia

An attempt at creating an intelligent virtual personal assistant for the web based on Jared Cubilla's Jarvis.
https://cherche.github.io/fuchsia/
MIT License
5 stars 6 forks source link

Does not display properly on mobile; reason unknown #1

Closed cherche closed 8 years ago

cherche commented 8 years ago

Seems to be fine, but I've only tested with Apple's Simulator, so I'll leave this open.

cherche commented 8 years ago

When testing on my iPad, the input at the bottom appears to be off-center. Also, only "Toggle Goodnight" appears to work. Can someone else test this out? img_0084 img_0085

cherche commented 8 years ago

Connected to my computer with the lightning connector to see the developer tools. It turns out that Safari for iOS doesn't support .startsWith, so I'll be adding this. The layout of the "Say something to Fuchsia..." isn't ideal but it still works.

cherche commented 8 years ago

Found that it was just that iOS doesn't support transform but does support -webkit-transform. This fixed the problem with display. It also has full mobile support now (Add to Home Screen).