Marcel Klehr
Marcel Klehr
Woop woop! Looks really good! I will test soon
I'm sorry for the delay @vbsampath Would you allow me to push to this branch so I can make some adjustments? :)
Mmh, I can't get the OAuth flow to work on Android :/ Dropbox always says redirect_uri invalid
It turns out that Dropbox doesn't support `package_name://` scheme URLs as redirect URIs. Not sure if we can get the capacitor-oauth plugin to listen to a different URI :thinking:
Hi @avitubaros1 Thank you for taking the time to give feedback by opening this issue! This error shouldn't happen, I also cannot reproduce it offhand. Could you try updating brave...
Could it be that you have set up multiple profiles for the same local folder without allowing nested sync in the settings for both?
Hi @JunkyardCat Can you find out your version of the webview app? if that one is not up to date, floccus cannot display stuff correctly it seems.
@yougotwill Would you mind having a look at this? It seems our changes to the scrolling behavior are causing issues here
``` .native-scroll-container { position: absolute; inset: 0; overflow: hidden; .v-app-bar { top: env(safe-area-inset-top) !important; } .v-main { height: 100%; overflow-y: auto; } } ``` My guess is that the .native-scroll-container...
@JunkyardCat @AndrewPy Could you still let us know your webview versions?