jakecraige / ordrr

Example app for my Building Hybrid Apps with Ember presentation at Houston.JS
11 stars 1 forks source link

Back button is not working on iOS simulator #1

Open hashg opened 9 years ago

hashg commented 9 years ago

I followed your video and built this project. It works fine on chrome. When I build it to ios and launch it in a ios simulator. When I go into manage window. Back button does not work.

osx yosemite
xcode      : 6.1.1
Ember      : 1.8.1
Ember Data : 1.0.0-beta.12
Handlebars : 1.3.0
jQuery     : 1.11.1
ember-cli  : 0.1.14
ember-cli-cordova : 0.0.13
jakecraige commented 9 years ago

Do other clicks within the app work? I can't imagine what would cause just back to not work on the device. The only thing that comes to mind is that the touch events may not be registering correctly. One thing you could try is updating ember-cli-animated-outlet-mobile to 2.0.0 and adding fastclick and including it.