AmadeusWM
AmadeusWM
For me the pointerType is always `"mouse"` in epiphany as well. I've also tried compiling `webkit2gtk-4.1` from source with the `-DENABLE_EXPERIMENTAL_FEATURES=ON` flag, but that won't make any difference either (still...
I wrote an android folder picker implementation for the dialog plugin [here](https://github.com/AmadeusWM/plugins-workspace/tree/android-dialog-directory-picker). However, the folder picker returns a `content://` URI instead of the actual filesystem path, and these content URI's...
> Implementing a directory picker for Android comes with one major challenge: handling the URIs that represent directories. After outlining the problem, I would like to present the two solutions...