• Hi there,

    And thanks for the great plug-in, works brilliantly thus far with Google Photos for me.

    I was just wondering is iPad compatibility a possibility?

    Normally I post from a ‘proper’ computer but sometimes I do need to work on my iPad.

    I don’t use the WordPress app, and work away on the normal online interface, however if I try to add a gallery it just won’t work. Pressing / ‘Clicking’ on the Google Photos icon does not seem to move the process along so I can’t then add a Photonic Gallery?

    Not sure if it is possible but my only work around is to publish and then add the gallery when I get near to a real computer again.

    Thanks for your time and a great plugin.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Sayontan Sinha

    (@sayontan)

    This is a bit of a stretch considering that I am one of the few people remaining who don’t own an iPad 🙂

    Naturally it is a lot harder for me to develop and test this.

    I can look into this as a feature request, but to be honest it is going to be really low on my priority list because this is an edge-case from a requirement point-of-view. Of course, if this was about the galleries not working on the front-end with an iPad that would have been a different story.

    Thread Starter tomboyni

    (@tomboyni)

    Thanks for the reply!

    Galleries work perfectly when viewing posts and content on an iPad.

    It was just a thought and thanks for looking at it anyway.

    I came here with the same issue and circumstances, the photo provider selection screen icons are not responsive, the next button is, it’s the provider icons themselves.

    I’ve tried safari, chrome apps, both mobile and desktop view, unfortunately the icons remain unclimbable. Almost like they are background images.

    Glad I am not going mad >:)

    Plugin Author Sayontan Sinha

    (@sayontan)

    As I explained above, I don’t have an iPad, so this is hard for me to work on. I did try on Chrome on a Pixel 3 XL and I was able to proceed through all the steps there.

    Here is one thing you might want to try:

    1. Go to wp-content/plugins/photonic/include/css/admin-flow.css, line 23. You will see this:
      .photonic-flow-provider .photonic-provider { width: 120px; height: 120px; background: url(../images/Admin.svg) no-repeat; background-size: 100%; margin: 0 auto; display: inline-block; }
    2. Change it to this:
      .photonic-flow-provider .photonic-provider { width: 120px; height: 120px; background: url(../images/Admin.svg) no-repeat; background-size: 100%; margin: 0 auto; display: inline-block; cursor: pointer; }

    This will hopefully make things clickable.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Is iPad Compatibility Possible?’ is closed to new replies.