Pwa-module: AppleStatusBarStyle options

Created on 26 Aug 2020  路  3Comments  路  Source: nuxt-community/pwa-module

The following isn't applying the proper meta tag to my PWA:

pwa: {
    meta: {
      appleStatusBarStyle: 'black-translucent'
    }
  }

I notice in another issue, someone just put a color in there -- what are the possible options there?

Most helpful comment

Hi @jhull, this feature works correctly, check that you have activated the mobileAppIOS option.
It's a required option:
image

All 3 comments

Hi @jhull, this feature works correctly, check that you have activated the mobileAppIOS option.
It's a required option:
image

I created a pull request to provide the options and requirements of this property (https://github.com/nuxt-community/pwa-module/pull/360/). Hope it helps someone in the future

For convince, with next version it will be possible to use appleStatusBarStyle without setting mobileAppIOS too. (b0f226aadeee50b47790ac064852b444e33d9b95)

Was this page helpful?
0 / 5 - 0 ratings