Using Chrome devtools, toggling between regular and landscape view on a specific phone/tablet (not responsive), the app reloads the component and app.component.ts (constructor and ngOnInit)
QUESTION - Is this expected behavior? I wasn't noticing this before 1 day ago and it only triggers a reload when on a phone/tablet, not in the responsive view of devtools.
FYI - I just opened and ran another project and it's doing it as well.
Does this mean that on an actual phone/tablet the component and project will be reloaded when the user switches from vertical to landscape mode, or is this something I messed up in my project/s or Chrome???
Any help in debugging this would be appreciated
Do you get the same issue when using Firefox dev tools? I noticed I am facing this issue on every website once I update my Google chrome to latest version today, however this does not happen with Firefox dev tools