eclipsesource / tabris-js

Create native mobile apps in JavaScript or TypeScript.
https://tabrisjs.com
BSD 3-Clause "New" or "Revised" License
1.4k stars 170 forks source link

Update documentation for Android theme configuration #2264

Closed cpetrov closed 1 year ago

cpetrov commented 1 year ago

Problem description

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 https://github.com/eclipsesource/tabris-js/issues/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