Skip to content

"Browser not supported" message blocks access intrusivly, blocks edge on iOS #11

@FrostKiwi

Description

@FrostKiwi

The service rejects Safari and Edge on iOS (even though your code checks for edge). There is no issue with supporting only one browser, but there is an issue with blocking access before the app is even properly loaded. This prevents one from testing if the service loads correctly or confirming resource routing issues, because the App is being blocked so early in it's execution in the line here:

return render_template('none.html', **{

(You check for both Edge and Chrome in that function, but the message only says Chrome btw)
image

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions