From edbf3b7dfbc414cb2068a33a335ced4b44595eeb Mon Sep 17 00:00:00 2001 From: redphx <96280+redphx@users.noreply.github.com> Date: Sun, 10 Mar 2024 11:12:38 +0700 Subject: [PATCH] Updated How to create custom touch control layout (markdown) --- How-to-create-custom-touch-control-layout.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/How-to-create-custom-touch-control-layout.md b/How-to-create-custom-touch-control-layout.md index d1e72ae..3c1e727 100644 --- a/How-to-create-custom-touch-control-layout.md +++ b/How-to-create-custom-touch-control-layout.md @@ -23,7 +23,12 @@ 6. Done. ## Preparations for testing on Android device -... +1. Enable `Developer mode > USB Debugging` on your Android device. +2. Connect the device with your PC. +3. Open xCloud in Kiwi Browser. +4. On PC, open `about:inspect` in Chrome/Edge. +5. Find the xCloud row and click on "inspect fallback" +6. Done ## Getting started 1. Do all the preparation steps.