add zoom query parameter for kiosk pro#13201
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the kiosk inactivity redirect behaviour so that when users are automatically redirected back to the kiosk homepage, the destination URL includes kp_zoomLevel=100 to trigger a zoom reset in Kiosk Pro.
Changes:
- Appends
kp_zoomLevel=100to the kiosk homepage URL when performing the automated redirect. - Updates the “already on redirect destination” check so it ignores query parameters (so the homepage with
kp_zoomLevel=100still counts as the homepage).
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Contributor
|
It didn't work in the Simulator but then I saw it was meant to work with Kiosk. We could maybe test it with grok or the IP address? |
rcantin-w
reviewed
Jun 29, 2026
rcantin-w
approved these changes
Jun 29, 2026
rcantin-w
left a comment
Contributor
There was a problem hiding this comment.
We can try it - I think it'd be nice to then strip the URL but maybe it's a nice to have
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this change?
adds a parameter (kp_zoomLevel=100) to the url on redirect that should cause kiosk pro to reset the zoom level
How to test
We'll have to wait for it to deploy so we can test if it has the desired effect on the iPad
Have we considered potential risks?
It's harmless if it doesn't work