This content has been marked as final.
Show 4 replies
-
1. Re: Pulling in external content (html and images) from external server at run-time
simon.macdonaldSep 26, 2017 8:01 AM (in response to RevolverRelayer)
1 person found this helpfulHey Tim,
Take a look at: GitHub - phonegap/phonegap-plugin-contentsync: Download and cache remotely hosted content
Simon
-
2. Re: Pulling in external content (html and images) from external server at run-time
RevolverRelayer Sep 27, 2017 12:27 AM (in response to simon.macdonald)Thank, Simon, I will take a look at this.
-
3. Re: Pulling in external content (html and images) from external server at run-time
russellkef Sep 27, 2017 6:45 AM (in response to RevolverRelayer)Hi RevolverRelayer
You could also checkout running the text & images from a DB such as Firebase.
Firebase allows you to store and sync app data in milliseconds this applies not only to text data but also images/videos files etc. The 'realtime' syncing would automatically ensure 'totally' uptodate data in your app - just a thought - Oh and Firebase can be free (depending on your usage)
-
4. Re: Pulling in external content (html and images) from external server at run-time
RevolverRelayer Sep 28, 2017 4:38 AM (in response to russellkef)Thanks, will check this out