Is it possible to lock the screen orientation for a single page in Ionic 2 - Beta 11?
1 Like
Just managed to with -
And used the navController ionViewLoaded()
and ionViewWillUnload(
) to lock and unlock the orientation.