https://github.com/cortinico/reproducer-grammarly-textinput
Reproducer for ANR on Samsung devices with Grammarly integration
https://github.com/cortinico/reproducer-grammarly-textinput
Last synced: 7 months ago
JSON representation
Reproducer for ANR on Samsung devices with Grammarly integration
- Host: GitHub
- URL: https://github.com/cortinico/reproducer-grammarly-textinput
- Owner: cortinico
- License: mit
- Created: 2023-01-13T13:43:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-04T22:51:42.000Z (7 months ago)
- Last Synced: 2025-03-20T01:07:13.962Z (7 months ago)
- Language: Kotlin
- Homepage:
- Size: 15.6 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# reproducer-grammarly-textinput
This repro contain a reproducer for a ANR with the Samsung Keyboard with Grammarly integration turned on.
The repo contains a vanilla Android app.Credits to [@NickGerleman](https://github.com/NickGerleman) for discovering it.
## How to install
Clone the repo and install with:
```bash
./gradlew installDebug
```## How to reproduce
1. Make sure you're on a Samsung device with the Samsung Keyboard and Grammarly integration turned on (the feature is called `Suggests text corrections` in the Keyboard settings).
2. Install the app as described above.
3. Open the app and tap on the text input.
4. Copy paste a wall of text (like a Lorem Ipsum)
5. Start typing and the ANR will happen.
![]()