dejanstojanovic / Facebook-Album-Browser

jQuery plugin for browsing public albums of a Facebook account
http://dejanstojanovic.github.io/Facebook-Album-Browser/
MIT License
74 stars 42 forks source link

Mobile Access #21

Open lukepsauer opened 9 years ago

lukepsauer commented 9 years ago

I recently added this plugin to my website i2robotics.org and I look at it on my phone and discovered 2 issues. The first one being that when opening a gallery the first time a gallery is selected it slides up weirdly and then requires you to click again to open it, the second issue is that the images become weirdly sized when being accessed from a mobile device. Please advise me on how to continue. Thank you.

dejanstojanovic commented 9 years ago

Hi, Basically most of the issue like this can be resolved from CSS. Can you tell which browser and phone you used to open the page so I can try to reproduce the issues you have?

lukepsauer commented 9 years ago

I was able to fix most of the issues but an iPhone 6 on safari.

On Sun, Aug 2, 2015 at 5:12 AM, Dejan Stojanovic notifications@github.com wrote:

Hi, Basically most of the issue like this can be resolved from CSS. Can you tell which browser and phone you used to open the page so I can try to reproduce the issues you have?

— Reply to this email directly or view it on GitHub https://github.com/dejanstojanovic/Facebook-Album-Browser/issues/21#issuecomment-127000952 .

Luke Sauer

dchicon commented 9 years ago

Hi Dejan. Same problem since AddThis Share was implemented: I addedy our plugin in my ios app , and before Addthis share function, I resize and adjust lightbox with css. (.fb-preview-overlay & .fb-preview-img) But after Addthis funtion, changes only appears in localhost, but not in the app. Some help... again? thanks

dejanstojanovic commented 9 years ago

Check if you maybe have some caching in your app code

dejanstojanovic commented 8 years ago

Hi @dchicon @lukepsauer, Any update on this issue? Did you manage to resolve?