i have problem with facebook browser.. If i use chrome/mozilla... for view detail of product, everething is ok, but if I use facebook browser, or some customer use it from facebook advertisement, than the problem start. In detail of product is magic zoom (modul for zooming photos) and the customer can not scroll down. I mean bounce with finger from the photo to down...site example: (https://viamor.cz/snubni/kolekce-2019/product/417-model-2001)
Do you know, how can i solve it? Thank you.
Related
I'm trying to get a different size for an event picture. This does not appear to work.
I tried:
https://graph.facebook.com/160348937502069/picture?type=square
https://graph.facebook.com/160348937502069/picture?width=40&height=60
But this all seems to return the same (bigger) image.
Yet when I look at this page: https://developers.facebook.com/docs/reference/api/using-pictures/ it specifically says that event pictures are supported.
Am I doing something wrong or is that page out of date?
On another note, is it not possible to get the picture size back from facebook? That would solve a lot of issues...
Is the Event using a Cover Image or the old profile image?
You above code is definitly working if the event uses a cover image. I think Event Profile images are not supported.
Greets
I am bit confused to make screen over ios and getting challenge to do the task. I have a image that is either clicked by camera or taken from library. After getting it from library/camera user will show some tag over the picture. Let say i have a girl picture who wear a shoes , skirt, top and a necklace. When user wants to post this picture to server these tag/button will be bounded to image and this image send to server. When user come to feed on which that image is being displayed all the button user created is getting on the image. So after getting image from server how i will identify the place in picture where i have to show the button so that other user can tap over them and get the details of the product. This is how i need in the app. See the picture below.
This is exactly happening over POSE iphone app. Here is the link of that app try to make some outfit there and see what happening.
https://itunes.apple.com/in/app/pose/id402272154?mt=8
I need to implement this kind of functionality i have some ways in mind but better before working over them i thought take some genuine advise from the people.
you must have to send cordinates also to server and fetch them too for other users
Actually i need a uiview on which touch moved event will be attached and i need that when we swipe left and right the images should be downloaded from web and should be displayed on uiview ,only one full image will be displayed on this uiview.
Second thing which i need is that when user viewing any image then their next and previous images should be downloaded, for fast viewing on images.
Let me know if i am not able to convey my question's message to u.
Thanks in advance to all my great developers friends.
I think below link will help you
https://github.com/vvanhee/MWPhotoBrowser
In iOS4's photo album place,
the photo-pins join and split each others when the map is zoomed out and in.
It's awesome experience! and I want to use same thing on my apps.
I guess, it should not be one of MapKit.
does anybody know that how can i do this?
I want to make a gallery with previous and next button in my iPhone app.
If anyone has idea , link , exampler or something that lead me to implement the gallery please provide me .
I've written a simple and easy to use photo browser called MWPhotoBrowser. I decided to create it as Three20, while very good, was too heavy/bloated as all I needed was a photo viewer.
It is an implementation of a photo viewer that I wrote allowing the user to view one or more images in a similar way to the native Photos app. It can display one or more images by providing either UIImage objects, file paths to images on the device, or URLs images online. Photos can also be zoomed, panned, and navigated with previous/next buttons.
View MWPhotoBrowser on GitHub
Hope this helps!
Thee20 framework, they have a great gallery example