-
Beta Was this translation helpful? Give feedback.
Answered by
sukimumuu
Apr 24, 2025
Replies: 2 comments
-
To set the window title, chain the example :
docs : |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
pabloFdz
-
How about for IOS? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To set the window title, chain the
->title($your_app_name)
method afterWindow::open()
in theNativeAppServiceProvider
. This will update the application’s title/nameexample :
docs :
https://nativephp.com/docs/desktop/1/the-basics/windows