I need to get my app to be locked in portrait orientation at all times. I've tried screen.lockOrientation('portrait') in angular.module and .config but haven't gotten it to work.
↧
I need to get my app to be locked in portrait orientation at all times. I've tried screen.lockOrientation('portrait') in angular.module and .config but haven't gotten it to work.