[Android] How to keep TabHost at portrait orientation and listen for configChanges (orientation).
- by barmaleikin
Hi guys,
Could you advise how to keep TabHost with all tabs at portrait orientation and at the same time listen for configChanges = orientation? I am going to show another activity when orientation is changed.
Seems to me configChanges (orientation) event does not fire when orientation is set to portrait mode.
Thanks for any help.