kevinmarrec / nuxt-pwa-module

⚠️ DEPRECATED ⚠️ Zero config PWA solution for Nuxt 3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problem with appleStatusBarStyle in MetaOptions

uselessscope opened this issue · comments

Hello!

I suspect that the value must be one of default, black, black-translucent or false

meta/types.ts

appleStatusBarStyle: boolean

meta/index.ts

if (options.mobileAppIOS || options.appleStatusBarStyle)
  addMeta(head, 'apple-mobile-web-app-status-bar-style', options.appleStatusBarStyle || 'default')

Thank you.

@someuseless You're right, thanks !