j-mcnally / cordova-statusTap

Capture tap events on the status bar.
http://www.kohactive.com
MIT License
53 stars 17 forks source link

Fix wrong statusBar position at app start and status bar transformation. #5

Closed dieppe closed 11 years ago

dieppe commented 11 years ago

Hi, I fixed a bug where the status bar was not set correctly when the orientation at app start was Landscape Right or Portrait U/D. I think the x and y axis are inverted in that case.

Anyway, I also changed the transformations so that the statusBar stays at the same place when switching to Landscape Right and Portrait U/D (it was rotating backward in those cases).