kevinmarrec / nuxt-pwa-module

⚠️ DEPRECATED ⚠️ Zero config PWA solution for Nuxt 3
MIT License
339 stars 32 forks source link

Problem with appleStatusBarStyle in MetaOptions #85

Closed uselessscope closed 1 year ago

uselessscope commented 1 year ago

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.

kevinmarrec commented 1 year ago

@someuseless You're right, thanks !