kmalakoff / knockback-reference-app

Knockback.js Reference Application provides a sample architecure for a Knockback.js application including page routing, separation of Models/ViewModels/Views, and memory management.
http://kmalakoff.github.com/knockback-reference-app/
MIT License
11 stars 1 forks source link

The hosted reference app is not loading on iphone, ipad or ios simulator #2

Closed kashiru closed 11 years ago

kashiru commented 11 years ago

ios version 5.1 on all three. It simply shows a blank white screen on all. Also confirmed the same behaviour on a local install running within a PhoneGap app

kmalakoff commented 11 years ago

Thank you for helping track this down. I'll take a look at it using Phone Gap....

kashiru commented 11 years ago

You can also browse to it simply on an iPad. It also doesn't work in the hosted demo.

I am still looking for a way to debug on ios as the iwebinspector component does not work in mountain lion

On Sep 13, 2012, at 9:26 AM, Kevin Malakoff notifications@github.com wrote:

Thank you for helping track this down. I'll take a look at it using Phone Gap....

— Reply to this email directly or view it on GitHub.

kmalakoff commented 11 years ago

I appreciate it. I found the problem...when it doesn't work on iOS, I sometimes try Mac Safari and it didn't work there either :-(

It was a problem with some memory debug code on the statistics screen that I added late in the day and that was chrome only. It is fixed now.

The full-page transitions don't work well, but it on my list to find a better solution than my simple jQuery animations using absolute positioning.

Thank you!