Options

Smug mobile

BigAlBigAl Registered Users Posts: 2,294 Major grins
edited April 26, 2016 in Bug Reporting
Why can't I get exif info on an image from a browser when using a phone?

Please don't tell me to use the Smug app.

Android 5.0

Comments

  • Options
    TeachTeach Registered Users Posts: 320 Major grins
    edited February 29, 2016
    I am very sorry but not all tools and features are available on the mobile version that are available on the desktop version of the site.
    Heather
    SmugMug Support Hero
  • Options
    pilotdavepilotdave Registered Users Posts: 785 Major grins
    edited March 1, 2016
    BigAl wrote: »
    Why can't I get exif info on an image from a browser when using a phone?

    Please don't tell me to use the Smug app.

    Android 5.0

    Here's some CSS you can add to your galleries that will let you see your photo info on phones when you're logged in:

    @media only screen and (max-width: 670px) {
    .sm-user-loggedin.sm-user-owner .sm-lightbox .sm-button-image-info {
    display:inline-block!important;
    }
    }

    I only show it when logged in because it isn't perfect, at least on my phone. The info panel opens partially off the screen, but it can be dragged around.

    Dave
  • Options
    leftquarkleftquark Registered Users, Retired Mod Posts: 3,784 Many Grins
    edited March 6, 2016
    It is also available in the SmugMug app on Android (not yet in the iOS app). May I ask what's wrong with the SmugMug app for Android that you don't want that to be an option?
    dGrin Afficionado
    Former SmugMug Product Team
    aaron AT aaronmphotography DOT com
    Website: http://www.aaronmphotography.com
    My SmugMug CSS Customizations website: http://www.aaronmphotography.com/Customizations
  • Options
    BigAlBigAl Registered Users Posts: 2,294 Major grins
    edited April 24, 2016
    leftquark wrote: »
    It is also available in the SmugMug app on Android (not yet in the iOS app). May I ask what's wrong with the SmugMug app for Android that you don't want that to be an option?
    The smug app wants to download a whole bunch of pics to the device (or at least it did the last time I tried it).

    @Dave: that works if your smug package allows you to modify the css. Mine does not.
  • Options
    leftquarkleftquark Registered Users, Retired Mod Posts: 3,784 Many Grins
    edited April 25, 2016
    We're investigating if we can add the Photo Info button back on to the Mobile Web (safari, chrome, etc).

    The app does maintain a small cache of your photos, so they load instantly if you pull up the app again, but you can dump the cache very easily. It will also download any photo/gallery you tell it to "keep offline". You can delete those very easily as well.
    Long story short: it should not be excessively taking up space on your phone unless you ask it to.
    dGrin Afficionado
    Former SmugMug Product Team
    aaron AT aaronmphotography DOT com
    Website: http://www.aaronmphotography.com
    My SmugMug CSS Customizations website: http://www.aaronmphotography.com/Customizations
  • Options
    BigAlBigAl Registered Users Posts: 2,294 Major grins
    edited April 26, 2016
    If that's the case, I will try the app again and monitor its storage usage.
Sign In or Register to comment.