Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't remove android.hardware.faketouch for Android TV #515

Open
3 tasks
repotoolsapps opened this issue Dec 3, 2024 · 1 comment
Open
3 tasks

Can't remove android.hardware.faketouch for Android TV #515

repotoolsapps opened this issue Dec 3, 2024 · 1 comment

Comments

@repotoolsapps
Copy link

repotoolsapps commented Dec 3, 2024

Bug Report

Problem

Cordova auto add android.hardware.faketouch and this is one problem for android TV. I try add this line in AndroidManifest uses-feature android:name="android.hardware.faketouch" android:required="false" but not found. Thx.

What is expected to happen?

What does actually happen?

Information

Create new app.

Command or Code

cordova create test
cordova platforms add android
cordova run

Environment, Platform, Device

Android

Version information

Checklist

  • I searched for existing GitHub issues
  • I updated all Cordova tooling to most recent version
  • I included all the necessary information above
@repotoolsapps repotoolsapps changed the title Can't remove android.hardware.faketouch Can't remove android.hardware.faketouch for Android TV Dec 3, 2024
@erisu
Copy link
Member

erisu commented Dec 3, 2024

I’ve scanned the cordova-android repository for any references to faketouch, but I couldn’t find anything. I also searched across several of our core plugins and found no results.

To further investigate, I created a blank Cordova project and examined the merged manifest file, but I didn’t see any mention of faketouch.

I believe you might be using a plugin or external library which is adding the android.hardware.faketouch feature to your project. I recommend thoroughly reviewing your project to identify exactly where this is being introduced, and then reporting it to the respective plugin or library maintainers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants