You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2022/05/11 15:30:06 UTC

[GitHub] [cordova] breautek commented on issue #328: how to realize hot update?

breautek commented on issue #328:
URL: https://github.com/apache/cordova/issues/328#issuecomment-1123933264

   hot updates is not something inherently supported by Apache Cordova. Those 2 plugins are third-party plugins that adds support, but if they aren't working, then you would have to communicate with the plugin maintainers for support, or if they are no longer supported then you may need to fork it and address any issues yourself.
   
   I'm not aware of any other plugins to add hot support to cordova projects.
   
   You could try using the `cordova serve` command, which will run a local web server to serve the project's web assets, and you can point your `<content src>` to use the local webserver. It will allow you to update web assets and get them on the phone without redeploying the entire app. Automatic reloading of web assets is not a feature of `cordova serve`, you will have to manually refresh the webview after updating web assets which can be done via the web inspector.
   
   We use Github Issues for tracking bugs, because there is no actual bug present here I'll be closing this issue.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org