processing / Processing-Hour-Of-Code

Repository for an interactive one-hour Processing tutorial.
hello.processing.org
56 stars 14 forks source link

iPad Interface Problems #59

Closed scottgarner closed 9 years ago

scottgarner commented 11 years ago

After testing in the Xcode simulator, we seem to be in fair shape on the iPad. I removed support for portrait mode because it just didn't work with Dan's cues.

Remaining issues have to do with interactions that depend on hover and on certain interactions accidentally opening the keyboard (clicking on the color "links", for example). I'm super pressed for time this week, but I may be able to take care of most of the problems with a few simple changes.

Even with these things fixed, I definitely wouldn't consider it a recommended experience because the keyboard is such a problem.

shiffman commented 11 years ago

Ipad is working great for me, however, I'm getting some weird placement of the video.

img_0002 img_0001'

non retina ipad2, ios 7.0.3

anyone else have an ipad they can test on to see if this is a fluke on mine?

scottgarner commented 11 years ago

Weird! Everything seems fine in the simulator, but there's of course no guarantee that it performs the same on the real hardware.

I wonder if it's a caching problem? Can you clear your Safari cache from the Settings App under Safari -> Clear Cookies and Data.

shiffman commented 11 years ago

Didn't fix, and weirdly the videos are not auto-playing for me either. There's a software update from apple, I'll give that a try and see if that fixes it.

scottgarner commented 11 years ago

I don't think you can auto play on iPad. 

— Sent from Mailbox for iPhone

On Fri, Dec 6, 2013 at 2:10 PM, Daniel Shiffman notifications@github.com wrote:

Didn't fix, and weirdly the videos are not auto-playing for me either. There's a software update from apple, I'll give that a try and see if that fixes it.

Reply to this email directly or view it on GitHub: https://github.com/scottgarner/Processing-Hour-Of-Code/issues/59#issuecomment-30020497

shiffman commented 11 years ago

oh that makes sense, I think maybe I'll go and make sure I pick good thumbnails for the videos since they will appear on an ipad.

scottgarner commented 10 years ago

Any luck with the update? I've made a few minor tweaks, but am not sure it will make any difference. I think there are some layout bugs in mobile Safari that I don't see in the simulator.

scottgarner commented 9 years ago

iPad should be a bit more sane, but we still have the base problem that the keyboard sliding up makes the whole experience problematic.

I'm going to close this for now and will address specific issues as they crop up.