Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Orientation Lock in Landscape mode not working #34

Open
JeevaVGeorge opened this issue Dec 15, 2023 · 0 comments
Open

Orientation Lock in Landscape mode not working #34

JeevaVGeorge opened this issue Dec 15, 2023 · 0 comments

Comments

@JeevaVGeorge
Copy link

  <activity
         android:name=".MainActivity"
         android:exported="true"
         android:launchMode="singleTop"
         android:screenOrientation="landscape"
         android:theme="@style/LaunchTheme"
android:configChanges="keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
         android:hardwareAccelerated="true"
         android:windowSoftInputMode="adjustResize">
       
         <meta-data
           android:name="io.flutter.embedding.android.NormalTheme"
           android:resource="@style/NormalTheme"
           />
         <intent-filter>
             <action android:name="android.intent.action.MAIN"/>
             <category android:name="android.intent.category.LAUNCHER"/>
         </intent-filter>
     </activity>

     <activity android:name="com.microsoft.identity.client.BrowserTabActivity"
         android:screenOrientation="landscape"
         android:configChanges="orientation|keyboardHidden|screenSize|smallestScreenSize|screenLayout"
         android:exported="true">
         <intent-filter>
             <action android:name="android.intent.action.VIEW" />
             <category android:name="android.intent.category.DEFAULT" />
             <category android:name="android.intent.category.BROWSABLE" />
             <data
                 android:host="com.xxx.xxxx"
                 android:path="***********************"
                 android:scheme="msauth" />
         </intent-filter>
     </activity>

This is manifest , But still ONLY MSAL screen rendering only in portrait mode

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant