You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the app requests the redirected URL directly, it actually loads the CSS. But this is of course not possible in a real life scenario for my app (oauth flow).
In the picture on the left side you can see the version with a call that redirects. On the right side without redirect.
This is also reproducible on a local machine.
Create a test directory with a php file index.php in it:
Hey @lukaswuerzburger, thanks for the splendid bug report. It really helped to nail down this issue.
I think I found a fix for it. Can you have a look at this PR and verify it's working? #211
I'm experiencing loading issues in a
UIWebView
after coming from a redirect.These are the steps my app goes through:
I don't even use any florets in my Cauli setup:
If the app requests the redirected URL directly, it actually loads the CSS. But this is of course not possible in a real life scenario for my app (oauth flow).
In the picture on the left side you can see the version with a call that redirects. On the right side without redirect.
This is also reproducible on a local machine.
The text was updated successfully, but these errors were encountered: