cordova-android icon indicating copy to clipboard operation
cordova-android copied to clipboard

Home screen menu opens when doing `cordova run android`

Open GitToTheHub opened this issue 9 months ago • 3 comments

Bug Report

Problem

When doing a cordova run android, the menu from the home screen will appear before the app is starting. This menu would normally appear when the user would do a long press on the home screen. It seems like the cli is doing a long press on the home screen before launching the app:

I observe this problem since over 1 year. This will happen on any Android version.

Is this maybe already fixed in corodva-android 14.0.0?

What is expected to happen?

The app should start without opening the home screen menu.

What does actually happen?

The home screen menu is opened before the app starts.

Information

Command or Code

cordova run android

Environment, Platform, Device

  • MacBookPro 13" 2019
  • ZSH
  • Android Emulator

Version information

  • macOS 15.2
  • cordova-android 13.0.0
  • cordova 12.0.0 ([email protected])
  • Android SDK Command-line Tools: 17.0
  • Android Emulator 35.3.11
  • Android SDK Platform-Tools: 35.0.2

Checklist

  • [x] I searched for existing GitHub issues
  • [x] I updated all Cordova tooling to most recent version
  • [x] I included all the necessary information above

GitToTheHub avatar Feb 03 '25 08:02 GitToTheHub