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
Since Tabris.js 3.9, the app theme on Android cannot be configured by setting the Theme preference anymore. The preference AndroidPostSplashScreenTheme should be set instead. See #2261.
The documentation however still states that the Theme preference should be configured.
Expected behavior
The documentation should be updated to use the preference name AndroidPostSplashScreenTheme instead of Theme.
Environment
Tabris.js version: 3.9
The text was updated successfully, but these errors were encountered:
With the removal of the Tabris.js specific splash screen theming
mechanism, the default cordova mechanism is now used. This change
updated the docs to reflect those new capabilities.
Fixes#2264
With the removal of the Tabris.js specific splash screen theming
mechanism, the default cordova mechanism is now used. This change
updated the docs to reflect those new capabilities.
Fixes#2264
With the removal of the Tabris.js specific splash screen theming
mechanism, the default cordova mechanism is now used. This change
updated the docs to reflect those new capabilities.
Fixes#2264
Problem description
Since Tabris.js 3.9, the app theme on Android cannot be configured by setting the
Theme
preference anymore. The preferenceAndroidPostSplashScreenTheme
should be set instead. See #2261.The documentation however still states that the
Theme
preference should be configured.Expected behavior
The documentation should be updated to use the preference name
AndroidPostSplashScreenTheme
instead ofTheme
.Environment
The text was updated successfully, but these errors were encountered: