App Engine using jQuery Mobile setup for Manifest

179 views
Skip to first unread message

Trevor

unread,
Aug 18, 2011, 9:50:31 AM8/18/11
to google-a...@googlegroups.com
I have a web app  and now created a jQuery Mobile app to offer the same and it works

I want to make the jQuery Mobile app "manifest" ie work offline but it will not work

1) I have added the line to the html template
    <html manifest="mobile/offline.manifest"> 

2) have down loaded the jquery files and place them and the images in a folder

3) I created the manifest file offline.manifest

4) I have added the lines to my app.yaml  file

- url: /mobile/(.*\.manifest)
  static_files: mobile/\1
  mime_type: text/cache-manifest
  upload: mobile/(.*\.manifest)

  
But when I try the Android 2.2 browser in Aeroplane mode it says it needs to be online

Anyone have success with this and if so how?


 

Robert Kluin

unread,
Aug 23, 2011, 2:13:41 AM8/23/11
to google-a...@googlegroups.com
Hi Trevor,
Yes I've had the html5 manifest work correctly before. Does it work
in other browsers? Also make sure its contents are correct and that
it is being downloaded properly. Probably if you start there and work
your way through, you'll get the issue figured out.


Robert

> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/google-appengine/-/F_spHAp3IqEJ.
> To post to this group, send email to google-a...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengi...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>

Reply all
Reply to author
Forward
0 new messages