Skip to content

Commit

Permalink
🔀 Merge pull request #32 from FleksySDK/add_tappa_docs
Browse files Browse the repository at this point in the history
Add documentation for Tappa setup
  • Loading branch information
astariul authored May 24, 2024
2 parents a4e2074 + f0b9355 commit 255c4ed
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 0 deletions.
Binary file added docs/assets/tappa_setup_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/tappa_setup_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/tappa_setup_3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/tappa_setup_4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 34 additions & 0 deletions docs/emu_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,40 @@ And disable the clipboard suggestions :

![](assets/swiftkey_setup_4.png){ width="300" }

### Preparing Tappa keyboard

Tappa keyboard isn't installed on the emulator by default : you need to install it first.

!!! note
If you want to run the tests in parallel on several emulators, you need to repeat these steps for each emulator.

Start the emulator, then go to Google, and paste [this link](https://play.google.com/store/apps/details?id=com.tappa.keyboard&hl=en_US) to install Tappa keyboard.

!!! tip
If the clipboard isn't shared with the emulator, open a terminal and run :

```bash
adb shell input text "https://play.google.com/store/apps/details?id=com.tappa.keyboard&hl=en_US"
```

Install the keyboard on your emulator :

![](assets/tappa_setup_1.png){ width="300" }

Open the app, follow the instructions to activate the keyboard.

---

By default, Tappa keyboard suggests contact names, and it may interfere with the results across runs. You should disable the option. First, access the text correction settings :

![](assets/tappa_setup_2.png){ width="300" }

![](assets/tappa_setup_3.png){ width="300" }

And disable "Personalized suggestions" and "Suggest Contact names" :

![](assets/tappa_setup_4.png){ width="300" }

## Setting up iOS emulator

### Creating the emulator
Expand Down

0 comments on commit 255c4ed

Please sign in to comment.