Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

If the mini-game is not registering any input at all on Android, then this is most likely a device-related issue.

Since you already understand how the mini-game works, the problem is likely caused by one of the following:

📱 Possible causes:

  • Touch input not aligning properly
    • Some devices have scaling or resolution issues
    • This can cause taps to not register in the correct area
  • Screen aspect ratio / resolution
    • Certain phones may not be fully compatible with the mini-game UI
  • Performance or frame timing issues
    • If the game is lagging or running unstable, timing-based inputs may fail

🔧 Things you can try:

  • Change your device orientation (if possible)
  • Try tapping slightly left/right of the expected area
  • Lower in-game display settings
  • Make sure no overlays or apps are interfering (e.g., floating apps, screen filters)

⚠️ Important:

This is a known type of issue on some mobile devices, and unfortunately:

👉🏻 There may not be a full fix on your side
👉🏻 It depends on device compatibility with the game

💡 Alternative:

If possible, try the game on:

  • Another Android device

To confirm whether it’s device-specific

Or just switch to other platform, such as PC / Windows