Lock orientation for custom tabs

I would like to block orientation using custom Chrome tabs. Is there something I can do with the low-level API, or do I need to get a new method for this function?

My use case is that I have an application with custom tabs, and I want it to always show the custom tab in the portrait, and not in the landscape.

+4
source share
1 answer

Custom tabs do not currently provide an API that allows a developer to block orientation.

, , , .

, , ( API, this), - .

+1

All Articles