Comment 2 for bug 1329060

Revision history for this message
Michael Sheldon (michael-sheldon) wrote : Re: context menu not displayed for attachments in gmail

As far as I can see there are two separate bugs here:

1) Webapps don't appear to display long press context menus at all (but the browser does)

2) Images can't be downloaded from GMail.

For issue 2, we are actually downloading the file, however because we're not sharing authentication cookies with UDM we end up downloading a HTML login page instead of the image. From a quick glance at the UDM code it looks like there might be some support for setting custom headers in the C++ API, but I don't see this exposed anywhere in the QML API at the moment, so we'll probably need to extend that first.