Dmitry Z
Dmitry Z

Reputation: 29

Flutter hot reload not refresh current browser window until I focus it

I am writing a test application in Android Studio. Hot reload works fine in the Android emulator (Google Pixel), and when saving the project, the application immediately overloads in the emulator window.

But if you open the application in a browser emulator: Chrome or Edge, the application is NOT updated in it until I move the mouse cursor to the browser area. This is very annoying, maybe there is a way to overcome it?

Picture from console when doing "Hot Reload"

The picture shows an example of the application waiting for 7 seconds while I move the mouse to the browser window.

It is enough to move mouse there, it is not necessary to click.

Upvotes: 1

Views: 451

Answers (1)

abdul
abdul

Reputation: 165

Flutter hot reload only applicable for mobile devices and not for web.

Upvotes: 1

Related Questions