luiisca / floating-views

Kotlin library for effortlessly creating customizable floating UI elements in Android apps.
https://central.sonatype.com/artifact/io.github.luiisca/floating.views
MIT License
8 stars 1 forks source link

Doesn't respond to system gestures #102

Open ElliotAl86 opened 3 weeks ago

ElliotAl86 commented 3 weeks ago

First of all, thanks for the useful library! But it seems there is at least one serious bug. Steps to production:

  1. launch sample.apk from release notes
  2. show any floating view
  3. minimize the app
  4. while on the home screen try to open the list of installed apps by swiping up from the edge

Expected behavior - the list of apps opens. Actual - nothing happens. Also, the soft keyboard does not open when clicking on the search for apps in the launcher.