I think the "load to offline" is the best approach. Maybe the app could
start with ZIP file in the bundle which is deflated on the first start
of the app, so you get both: direct offline support and the possibility
to update.
BTW: The code on the http://github.com/sintaxi/gap/tree/master page
didn't change since 3 days. Isn't there new code?
Nice weekend
Dirk
I don't think it would overkill at all, I think it would be the Right
Way To Do It. There are several mature, stable, opensource webservers
available ranging from apache (which runs on my N95) to Jetty,
designed as an embedded server, which could be ported or adapted. No
particular need for php, ruby etc. so a basic one could be very small
and lightweight. Great idea and probably simpler and cleaner than the
alternatives.
--
petef
Liviooo
Dirk
Chris Blown schrieb:
Lieven
I didn't yet implement such a feature. There is a sample in the SDK
showing how this one works. I forgot the name but it should be easy to
adopt it for PhoneGap.
Cheers
Dirk
Liviooo schrieb:
> Dirk,
>
> Could you share this network detection code so that we can implement
> this in Phonegap or our website ?
>
> Lieven
>
> On Aug 22, 10:38 am, Dirk Holtwick <dirk.holtw...@gmail.com> wrote:
>> Yes it has as far as I know. It is also possible to check which kind is
>> available: wifi, 3g, edge
>>
>> Dirk
>>
>> Chris Blown schrieb:
>>'t yet