TitleThe Hive WebViews expose only in a portrait, how can I fix it to be in a landscape?2022-07-15 15:00:51
Writer

You can set the WebView in a landscape by fixed the screenOrientation value of com.hive.HiveInternalActivty and com.hive.impl.auth.userAgreeDialog in the AndroidManifest.xml file.

ex)

<activity android:name="com.hive.ui.HiveUiActivity" android:screenOrientation="sensorLandscape" tools:replace="android:screenOrientation" /> <activity android:name="com.hive.HiveUiNonClearActivity" android:screenOrientation="sensorLandscape" tools:replace="android:screenOrientation"/>