apache / cordova-android

Apache Cordova Android
https://cordova.apache.org/
Apache License 2.0
3.59k stars 1.52k forks source link

No plugins were found to update the cordova application #1624

Closed qingshuiling closed 11 months ago

qingshuiling commented 11 months ago

Is there a way I can silently update the content in the www file?

breautek commented 11 months ago

I'm not really sure what you mean exactly but cordova prepare android should re-copy all the web assets among other things.

For future reference, Further support questions should be asked at https://github.com/apache/cordova/discussions Keep this Issues related to bug reports.

qingshuiling commented 11 months ago

Do you have any methods to update the static content of the app without downloading it again?