There are two main gestures: 'Quick swipe' and 'Swipe & Hold' which can trigged from the bottom or side edges of the screen. The side triggers are only available on the bottom half of the screen, allowing you to still access other app side menus.
Actions• Back• Home• Recent apps• Toggle split screen• Open notifications• Open power dialog• Open quick settings• Launch Google search overlay• Open keyboard selector• Voice Search• Launch assistant• Launch app• Launch shortcutSetupThe app has a built-in option to hide the software navigation keys (if necessary) but it requires either root access or a pc to grant the app a permission.Android ADB PC/Mac instructions:1 - Enable Developer Mode in the Android settings.2 - Enable USB Debugging3 - Setup ADB on your PC4 - Run the following adb command to grant the permission:adb shell pm grant com.fb.fluid android.permission.WRITE_SECURE_SETTINGSTo restore the navigation keys just disable FNG or run the following ADB command:adb shell wm overscan 0,0,0,0FluidNGPermissionGranterThis is an open-source tool to easily grant FNG the necessary permissions on Windows. Get it hereCLICK TO DOWNLOAD