We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
i am trying to refresh menubar-label periodically using my internal logic
menubar-label refreshes itself only when open is visible. when window is hidden then label refreshes itself rarely without any predictable logic
project and screencast in the attachments. installed dependencies are removed.
run: composer install npm install
composer install
npm install
run the project php artisan native:serve
php artisan native:serve
open app window using menubar-icon, navigate to Login-page
menubar-icon
Login-page
menubar-label will show Date::now() periodically in 1 sec
menubar-label
hide window using menubar-icon
menubar-label stops refreshing, in some different periods it refreshes itself, but using non-predictable periods
also can be checked laravel.log to see log-records per each second of refreshing menubar-label: tail -f menubar-demo-app/storage/logs/laravel.log
laravel.log
tail -f menubar-demo-app/storage/logs/laravel.log
"require": { "php": "^8.2", "laravel/framework": "^11.0", "laravel/tinker": "^2.10.1", "livewire/flux": "^2.0", "livewire/volt": "^1.6.7", "nativephp/electron": "^0.9.0" },
8.3.16
11.44.1
22.13.1
macOS
macos 15.3.1
screencast: https://drive.google.com/file/d/1t_OJU4QyZ20QrqS2uINnnglQtbZNk5_i/view?usp=sharing
project: menubar-demo-app.zip
The text was updated successfully, but these errors were encountered:
Hi there!
This is the intended behavior. Livewire does not wire:poll when the viewport is not visible.
wire:poll
I suggest the following options, listed in order of simplicity:
wire:poll.keep-alive
Sorry, something went wrong.
@SRWieZ thanks for the fast response! will try
No branches or pull requests
What were you trying to do?
i am trying to refresh menubar-label periodically using my internal logic
What happened?
menubar-label refreshes itself only when open is visible. when window is hidden then label refreshes itself rarely without any predictable logic
How to reproduce the bug
project and screencast in the attachments. installed dependencies are removed.
run:
composer install
npm install
run the project
php artisan native:serve
open app window using
menubar-icon
, navigate toLogin-page
menubar-label
will show Date::now() periodically in 1 sechide window using
menubar-icon
menubar-label
stops refreshing, in some different periods it refreshes itself, but using non-predictable periodsalso can be checked
laravel.log
to see log-records per each second of refreshingmenubar-label
:tail -f menubar-demo-app/storage/logs/laravel.log
Package Versions
PHP Version
8.3.16
Laravel Version
11.44.1
Node Version
22.13.1
Which operating systems have you seen this occur on?
macOS
OS version
macos 15.3.1
Notes
screencast: https://drive.google.com/file/d/1t_OJU4QyZ20QrqS2uINnnglQtbZNk5_i/view?usp=sharing
project: menubar-demo-app.zip
The text was updated successfully, but these errors were encountered: