Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

Problem with appleStatusBarStyle in MetaOptions #85

Closed
uselessscope opened this issue Jan 11, 2023 · 1 comment
Closed

Problem with appleStatusBarStyle in MetaOptions #85

uselessscope opened this issue Jan 11, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@uselessscope
Copy link

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
Copy link
Owner

@someuseless You're right, thanks !

@kevinmarrec kevinmarrec added the enhancement New feature or request label Jan 12, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants