openlauncher
openlauncher copied to clipboard
Gestures are not forwarded to livewallpapers
General Information
- OpenLauncher Version: 0.7.1 (39)
- Android Version: 9
- Custom ROM: None
- Install Source: F-Droid
Description
I'm using Muzei live wallpaper as my wallpaper and I use their double-tap gesture to change the wallpaper.
I didn't touch the default open launcher gesture for double-tap i.e. it is still None.
Now, the double-tap gesture does not affect the live wallpaper. Whereas this works in many of the other launchers like the default android launcher, Lawnchair, Evie, Microsoft Launcher, Nova Launcher, etc..
I'm guessing either this was not implemented or the gestures are intentionally being stopped from interfering with the app's gestures.
If this needs to be implemented I think Lawnchair can be of use as it is opensource.
I implemented a simple example to do it after looking at what Launcher3 does. Please integrate this into your launcher. I think it's a useful feature.
Edit: Made some more changes BasicLauncher.zip Github URL here
The last time I looked at the code this should have been working, it must not be implemented correctly or something.
Can you point out where it is being handled in the code?
@dkanada
I just checked and didn't see anything, maybe it was removed at some point.