elk-zone / elk

A nimble Mastodon web client
https://elk.zone
MIT License
5.53k stars 567 forks source link

Not loading on iOS 14.5.1 #1464

Open gBasil opened 1 year ago

gBasil commented 1 year ago

When trying to load elk.zone or main.elk.zone on Safari on iOS 14.5.1, I get the following errors in the console:

image

The effect of this is that the page doesn't show any content. IMG_1731 IMG_1732

(Yes, it's jailbroken, but I'm confident it's not an issue with that as I rebooted to stock iOS and the error persisted)

I know this is an obscure target, but I'd like to at least try Elk on a mobile device, as many iOS clients don't support a version this low (argh!), and this seems like potentially one of the only solutions to push notifications on it. Thank you for your time!

stackblitz[bot] commented 1 year ago

Solve in StackBlitz Codeflow Start a new pull request in StackBlitz Codeflow.

heliostatic commented 1 year ago

This is a result of an unsupported CSP type -- same issue (and one overlapping type) as #1457

gBasil commented 1 year ago

This is a result of an unsupported CSP type -- same issue (and one overlapping type) as #1457

Gotcha, I'll close this issue.

gBasil commented 1 year ago

@heliostatic I removed the line that added wasm-unsafe-eval from the Nuxt config, built Elk, and accessed it from a mobile browser, but the syntax errors still persist.

image