You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
repotoolsapps
changed the title
Can't remove android.hardware.faketouch
Can't remove android.hardware.faketouch for Android TV
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.
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
The text was updated successfully, but these errors were encountered: