cordova-android
cordova-android copied to clipboard
Play asset delivery for Cordova for android.
Feature Request
Play asset delivery for Cordova for android typically install-time play asset delivery
Motivation Behind Feature
A lot of apps especially games which are ported from web utilize a lot of big assets. Since google only allows 200 MB of app size unless its assets are delivered by Play Asset Delivery, it will be very helpful if Cordova would have this feature while build time.
Feature Description
Typically Cordova should have play asset delivery setup configuration in its build configuration of build.json file, where a user can configure install-time fast-follow or on-demand play asset delivery for android.
Alternatives or Workarounds
I couldn't find any proper alternatives or work around