Navigation bar dissapears after appcenter release

1
We have a running Mendix Native app that is currently in the Apple app store and Google Play Store.  After the upgrade to Mendix 8.17 (from 8.14) we are experiencing an issue with the top -and bottom bar in the navigation.  We use “light-content” in the custom-variables file of the application to indicate the color.  export const navigation = {     statusBar: {         backgroundColor: background.brandPrimary,         hidden: false,         barStyle: "light-content",     }, In the core variables the main and custom navigation of the files is merged. This always worked correct for previous versions of the app, but with out new and latest acceptance release, the bottom and top bar of the application are blank. There is no battery indicator, time and so forth.    Has anyone experienced something like this before?
asked
0 answers