ios fixes
This commit is contained in:
@@ -18,4 +18,6 @@ App.ApplicationView = Ember.View.extend
|
||||
#ios7 detection
|
||||
if window.device and window.device.platform and window.device.platform.toLowerCase() is "ios" and parseFloat(window.device.version) >= 7.0
|
||||
controller.set 'ios7', true
|
||||
$('body').addClass 'ios7'
|
||||
body = $('body')
|
||||
body.addClass 'ios7'
|
||||
body.append $('<div></div>').addClass("ios7-menu-panel")
|
||||
|
||||
Reference in New Issue
Block a user