Cannot reproduce PWA loading issues

Rhodium

Active member
Affected version
2.2.10 patch 1
When pressing back button after entering in a thread, i see a infinite loading spinner on top, it happends with some diferents actions too.

Steps to reproduce:
1. Install PWA xenforo
2. Press refresh
3. Enter in any thread
4. Press back

Tested in Android, Windows and Linux under Chrome.

View attachment 2022-09-18 16-35-24.mp4
 
Are you still experiencing this? I'm not able to reproduce this either locally or here on this forum on Chrome v107.
 
Same here. I don't need to press refresh though.

I assumed it was because when you click a link on the first page, the top loading bar is displayed (as part of that page), so when you click back it's in the same state as before.
 
It's still happening while pressing 'back'. Does anyone know where this infinite loading PWA navigation indicator is locate in the templates or it's CSS class? It's hard to debug when it only happens inside the PWA without proper dev tools.
 
^^ Okay found it apparently. For now just hiding it as it can't be reproduce by the devs.

In extra.less
CSS:
.globalAction {
    display: none !important;
}

or Appearance > Style Properties > Misc > Global action indicator color set to 'transparent' without the ' '.
 
Last edited:
Top Bottom