Platform: Odoo 18 Website
Theme: Prime Theme
Snippet: Dynamic Category Snippet (showing categories like A / B / C etc.)
Note: Issue happens only at mobile grid view- using after hosted . In pc view /inspect all are okay worked perfectly.
Open the website where the Prime Theme dynamic category snippet is used.
By default, the snippet loads and correctly shows products from the first category (A).
Click/tap on the 2nd or 3rd category (e.g., B or C) in the category navigation inside the snippet.
The snippet correctly loads and displays products from the selected category for a moment.
After 1–2 seconds, without any further user action, the snippet automatically switches back to the first category (A).
Actual Behavior
The initially selected category (A) loads correctly.
When the user manually selects another category (B/C), the correct products are shown.
After a short delay, the snippet automatically resets to the first category (Devices).
This creates a “jump back” effect: the user cannot stay on the 2nd/3rd category because the snippet reverts to the first one on its own.
Expected Behavior
On initial page load, it is fine and expected that the first category (A) is shown.
When the user selects another category (e.g., B or C):
The snippet should stay on the selected category.
It should not auto-redirect or auto-switch back to the first category, even after re-initializations or a few seconds.
Desktop and mobile should behave the same:
First category on load → OK
User selection persists → must remain on the chosen category.