tunapanda / funzo-app

Cordova app running ember and h5p
2 stars 3 forks source link

Never ending pages #55

Closed jaylarson85 closed 8 years ago

jaylarson85 commented 8 years ago

The pages go on forever.

neerajkamdar commented 8 years ago

I couldn't reproduce this on my phone.

@jaylarson85, perhaps you're using an older version of mobile safari where this is happening?

I even tried on the mobile simulator on Xcode but could only check as far back as iPhone 4S using iOS 9.3 and it wasn't happening there.

Could you check iOS version you're on?

jaylarson85 commented 8 years ago

Yeah I'm on an iPhone 4 and it won't even update past 7.1.2.

On Mon, May 23, 2016 at 11:58 PM, Neeraj Kamdar notifications@github.com wrote:

I couldn't reproduce this on my phone.

@jaylarson85 https://github.com/jaylarson85, perhaps you're using an older version of mobile safari where this is happening?

I even tried on the mobile simulator on Xcode but could only check as far back as iPhone 4S using iOS 9.3 and it wasn't happening there.

Could you check iOS version you're on?

— You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub https://github.com/tunapanda/funzo-app/issues/55#issuecomment-221094312

neerajkamdar commented 8 years ago

Do we know what our minimum support requirements are?

If we have to support iOS 7.1.2 then I can try to fix it.

My guess is that the vh unit we use for the height is causing this bug. It was reported here: https://mjau-mjau.com/blog/ios-vh-bug/

Jakeii commented 8 years ago

This won't matter when its in the app because it uses an up to date chrome based webview, so it's just what devices are they going to demo on?

On Tue, 24 May 2016 at 11:45 Neeraj Kamdar notifications@github.com wrote:

Do we know what our minimum support requirements are?

If we have to support iOS 7.1.2 then I can try to fix it.

My guess is that the vh unit we use for the height is causing this bug. It was reported here: https://mjau-mjau.com/blog/ios-vh-bug/

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/tunapanda/funzo-app/issues/55#issuecomment-221204617

jaylarson85 commented 8 years ago

I'd say don't sweat this atm - not too many people using iPhone 4 and this isn't a deal-breaker. I'm sure the demo will be on newer devices

On Tue, May 24, 2016 at 1:05 PM, Jake Lee Kennedy notifications@github.com wrote:

This won't matter when its in the app because it uses an up to date chrome based webview, so it's just what devices are they going to demo on?

On Tue, 24 May 2016 at 11:45 Neeraj Kamdar notifications@github.com wrote:

Do we know what our minimum support requirements are?

If we have to support iOS 7.1.2 then I can try to fix it.

My guess is that the vh unit we use for the height is causing this bug. It was reported here: https://mjau-mjau.com/blog/ios-vh-bug/

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub <https://github.com/tunapanda/funzo-app/issues/55#issuecomment-221204617

— You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub https://github.com/tunapanda/funzo-app/issues/55#issuecomment-221224079