Skip to content

faqro/quick-cordova-android-tv

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

quick-cordova-android-tv

NOTE: This is a plugin forked from lycwed (see lycwed-cordova-plugin-android-tv), and is essentially the same thing, with a few tweaks made to allow for it to use the same Android activity as any cordova app which uses MainActivity.

Cordova plugin to manage app for Android TV.

Install

cordova plugin add https://github.com/faqro/quick-cordova-android-tv.git

Requirements

Include banners in config.xml at varying sizes as splash images. These will be automatically added to various 'drawable' folders.

Then add in your config.xml in platform android :

        <edit-config file="app/src/main/AndroidManifest.xml" mode="merge" target="/manifest/application">
            <application android:banner="@drawable/screen" />
            <application android:isGame="true" />
        </edit-config>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages