TitleHive 여러 웹뷰가 세로만 고정되서 나오는데, 가로로 고정하려면 어떻게 하나요?2022-07-15 15:00:51
Writer

AndroidManifest.xml 의 com.hive.HiveInternalActivty, com.hive.impl.auth.userAgreeDialog의 screenOrientation 값을 고정하면 됩니다.


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"/>