sproutit / sproutcore-samples

Sample applications for the SproutCore JavaScript Framework
http://www.sproutcore.com
224 stars 31 forks source link

iphone demo #4

Open christocracy opened 14 years ago

christocracy commented 14 years ago

No error but something seems missing. I see a green sproutcore logo in center. I see a vertical-striped background. Other than that, nothing to suggest "iphone" in this demo.

smithcommajoseph commented 13 years ago

I got an error when using attempting to view the iphone demo as well. The fix:

change line #89 (as of current writing at least) :

config :iphone_demo, 
  :required => 'sproutcore/mobile',
  :theme    => 'sproutcore/iphone_theme',
  :layout   => 'sproutcore/mobile:lib/index.rhtml'

to

config :iphone_demo, 
  :theme    => 'sproutcore/iphone_theme'
oubiwann commented 13 years ago

I'm just here to "me-too" this bug.

I load up the URL on my iPhone 4 (v4.3.3) in Safari, and I get just what @christocracy describes.