We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug When a bookmark is added to the home screen on iOS the URL set by the manifest.json is "https://192.168.4.1/ui/" which somehow redirects to "https://192.168.4.1/ui/index.htm" instead of "https://192.168.4.1/ui/index.html".
To fix this problem the manifest.json can be modified to set the correct URL on a bookmark.
Information:
The text was updated successfully, but these errors were encountered:
Update manifest.json #182
3e7ccac
Update manifest.json to fix the issue #182 and set the correct URL on bookmark
Update manifest.json #182 (#183)
c8f4b69
Update manifest.json to fix the issue #182 and set the correct URL on bookmark Co-authored-by: JakobLichterfeld <[email protected]>
Successfully merging a pull request may close this issue.
Describe the bug
When a bookmark is added to the home screen on iOS the URL set by the manifest.json is "https://192.168.4.1/ui/" which somehow redirects to "https://192.168.4.1/ui/index.htm" instead of "https://192.168.4.1/ui/index.html".
To fix this problem the manifest.json can be modified to set the correct URL on a bookmark.
Information:
The text was updated successfully, but these errors were encountered: