**Steps to replicate the issue** (include links if applicable):
* Verified for Firefox, but unsure what other browsers are impacted as well. To replicate go to talk page sections on Android mobile web, using MinervaNeue.
**What happens?**:
Talk page sections "freeze" and don't open up on Android mobile web, using MinervaNeue.
See more details in this discussion: https://en.wikipedia.org/wiki/Wikipedia_talk:Mobile_communication_bugs#Some_observations
**What should have happened instead?**: Talk page sections should not freeze and they should always open up
**Software version** (on `Special:Version` page; skip for WMF-hosted wikis like Wikipedia): Android mobile web, using MinervaNeue.
**Other information** (browser name/version, screenshots, etc.): Verified for Firefox, but unsure what other browsers are impacted as well.
# QA steps
* In network tab set connection speed to 3g.
* Visit https://en.m.wikipedia.org/wiki/Talk:Tony_Hawk%27s_Underground
* As soon as the page has rendered switch to offline
* Try to expand a section
{F57698825,size=full}
{F57698830,size=full}
Description Text
== Requirement
Ensure that talk page sections on Android mobile web, using MinervaNeue, do not freeze and can be opened even when JavaScript doesn’t load correctly.
== BDD
```
Feature: Talk page section behavior on Android mobile web
Scenario: Expand talk page sections when JavaScript doesn't load correctly
Given the user is on Android mobile web using the MinervaNeue skin
And the connection speed is limited to 3G
When the user visits a talk page
And the page is switched to offline mode after rendering
Then the user can expand a section without it freezing
```
== Test Steps
__**Test Case 1: Verify Talk Page Sections Expand Without Freezing**__
1. Open the browser developer tools and go to the Network tab.
2. Set the connection speed to 3G.
3. Navigate to the talk page: Talk:Tony Hawk’s Underground.
4. Wait for the page to render completely.
5. Switch the browser to offline mode.
6. Attempt to expand a talk page section.
7. **AC1**: Confirm that the section expands without freezing or any errors.
== QA Results - Beta
| **AC** | **Status** | **Details** |
| ----- | ----- | ----- |
| 1 | ✅ | T377389#10362636 |