Issue with Removed Buttons Reappearing on iOS App

Dear Forum Team,

I am experiencing an issue with my iOS app where buttons that were removed from the Profile Page occasionally reappear under specific circumstances.

Issue Description:
When I navigate to the Profile Page, everything appears as expected.
However, if I click the “About Us” button, visit the linked webpage, and then return to the app, the previously removed buttons reappear on the Profile Page.

Additionally, when this happens, the app becomes unresponsive, requiring a restart.

Troubleshooting Steps Taken:
Reinstalled the app to ensure no cached data was causing the issue.
Rebuilt the app and confirmed that the removed buttons were not present in the latest version.
Cleared cache and app storage before testing again.
Uploaded the app as a new bundle on the App Store to eliminate any potential conflicts with previous versions.

Despite these efforts, the issue persists.

I would appreciate any insights on:

Possible reasons why removed UI elements might reappear after navigating away and returning.
Whether this is a known iOS behavior or a rendering issue.
Any potential fixes or debugging approaches to prevent old UI elements from reloading.
Thank you in advance for your time and assistance!

The package versions: (also tried to update to 7 and the error remains the same)

"@capacitor/cli": "6.1.1",
"@capacitor/app": "^6.0.0",
"@capacitor/browser": "^6.0.1",
"@capacitor/core": "6.1.1",
"@capacitor/haptics": "6.0.0",
"@capacitor/ios": "6.1.1",
"@capacitor/keyboard": "6.0.1",
"@capacitor/live-updates": "^0.3.1",
"@capacitor/share": "^6.0.1",
"@capacitor/splash-screen": "^6.0.2",
"@capacitor/status-bar": "6.0.0",
"@ionic/react": "^8.0.0",
"@ionic/react-router": "^8.0.0",

Best regards,
Daniel Goldman