View deployment button missing #188357
Replies: 2 comments
-
|
This is an interesting use case! The issue is that iOS and Android handle app-to-web linking differently, and the "View Deployment" button behavior isn't visible in your mobile app. Here are a few solutions to consider:
For Heroku testing specifically, have you tried opening the deployment URL directly in the mobile browser? That would help confirm the button is actually missing versus just hidden in the UI layout. Let me know what framework/platform you're using for your mobile app and I can provide more specific guidance! |
Beta Was this translation helpful? Give feedback.
-
|
I’ve noticed the same thing. On desktop, the “View deployment” button is really useful, especially for PR-based preview environments like Heroku test apps. It makes it quick to jump straight into the deployed version. On mobile, it only shows the deployment status (active/inactive), but there’s no way to actually open the deployment URL. That feels like a missing piece, especially when reviewing PRs on the go. It would definitely improve the mobile experience if the deployment link was accessible there as well. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
In desktop app, the current active deployment has a view deployment button that reditects to the app.
Used for example for heroku testing apps where each pull requests get a test deploy.
Mobile app only shows the app was deployed and mark deployment as active/inactive but there is no button that would let you open the deployment url.
Beta Was this translation helpful? Give feedback.
All reactions