In the iPhone app, when you tap the "Learn More", "OpenSecret", "Privacy Policy", and "Terms of Service" buttons at the bottom of the page, they don't do anything. If the user does a long press, then they load the link. The Downloads button does work correctly.
The broken buttons attempt to open the link in a new tab, but this is an iPhone app. It should open the link in the default web browser of the device.
We are using Tauri 2 for our iPhone app, so you might need to go through that to handle this, maybe even a plugin.
Keep the Downloads button and all other buttons as they are, don't change their behavior.
I circled the broken buttons in this screenshot.
