You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UPDATE: Don't use this workaround as this will break the app on API level 30, see apache/cordova-android#1497 (comment). Set AndroidPostSplashScreenTheme instead.
Expected behavior
Tabris.js should take care of configuring the theme of the activity itself when the Theme preference is specified.
Environment
Tabris.js version: 3.9
OS: Android
The text was updated successfully, but these errors were encountered:
The initial theme needs to be a splash theme, so overriding it through the method previously suggested as a workaround causes breakage, in particular on API level 30, see apache/cordova-android#1497 (comment). Instead, use AndroidPostSplashScreenTheme to configure the theme used after the splash screen gets shown:
Problem description
When using Tabris.js 3.9 and configuring a
Theme
as described in the Theming an Android app documentation article, the theme is not applied:As a workaround, one needs to patchAndroidManifest.xml
to configure the theme on the application activity (workaround by @elshadsm):UPDATE: Don't use this workaround as this will break the app on API level 30, see apache/cordova-android#1497 (comment). Set
AndroidPostSplashScreenTheme
instead.Expected behavior
Tabris.js should take care of configuring the theme of the activity itself when the
Theme
preference is specified.Environment
The text was updated successfully, but these errors were encountered: