Does the Deezer Logo has to be visible in every scrolling state (position fixed) or is it okay to place it just anywhere on the page? - deezer

On the Deezer Logo Guideline Page, it says "Each application using Deezer API/SDKs must have to include a clearly visible Deezer Logo.".
I am confused about the words "clearly visible", as it doesn't tell me if it has to be visible all the time, or if it's okay to place the logo in any place which is big enough and not hidden by default.
For example i could put the logo in a container which is fixed to a certain screen position and therefore is always visible, or i could put the logo in the page footer, which would be more user-friendly, especially on mobile devices with small displays.
How do I have to position the Deezer Logo in order to use it correctly?

It just has to be visible when the user arrived on your page, no need to be visible all the time but the user has to know that he is using Deezer service

Related

Force small image in WhatsApp link preview for IPhone

So when I create the OG tags for my website I have 2 image tags, the first for other social media and the second that is meant to only be used for whatsapp.
I intentionally make the whatsapp one smaller so that it can appear more compact with the image positioned to the left of all the content, as appose to displaying big at the top of the content.
This has worked until recently, but then IPhone changed it to use the bigger image (the one used for other social media platforms), which is a problem for my client (its a branding thing).
Is there a way to force it to use the compact layout in the whatsapp link preview?
EDIT: I say IPhone, but a better term to use would probably be iOS.

How to recreate Instagram swipable pictures in Flutter?

I want to make a Widget which holds pictures and is swipable. When I swipe, I want to see the next picture, and if I swipe far enough it switches to the next picture. If you've ever used Instagram, this is the feature I'm talking about.

Confusing about Resolution and Screen size in MobileDevice, can we design mobile Website that has Gui enlarged according to screen size?obile

Ok, now most mordern smartphone has 720p or 1080p resolution. That mean even screen size is small like 4 in, we still can see all text, gui (such as email textbox) of the whole website when first time opening it in Galaxy s3.
However, though we can see the very little email textbox in mobile browser, it is too small for us to enter data. So we need to magnify the page and that is very time consuming.
My question is, can we make the gui of GWT app automatically enlarges itself so that mobile users do not need to enlarge it?
Also the gwt could shpw the gui in Portrait direction.
you need to follow responsive web design principles to achieve your objective. Also have a look here bootstrap provides widgets that are flexible

iPhone auto-zoom while interacting with selection list

We are working on a mobile website framework and recently found the below issue on iphone.
Issue : when I visit the form elements using the iPhone and select the dropdown lists, the display zooms in a little to make the list visible. When I select an option and tap Done, the display remains zoomed; I have to pinch to get back to how it was.
Is there a way to make the screen scale back to the proper size?
Thanks / Lokesh

Website's Horizontal Scrollbar Not Working on iPhone

I've built a photography site that displays photos side by side, user scrolls though photos using a horizontal scrollbar. (link removed no longer works)
I have used the jscrollpane plugin to customize the look of the scrollbar, but I have disabled it for the time being as I look for a fix. The container is called .scroll-pane.
Can anyone tell me how to get this to work on an iPhone?
Thank you and happy new year
Yeah, that won't work on iOS. You can use two fingers to scroll such an element, but most people are not aware of that.
You should consider a responsive design that adjusts how your site functions in mobile browsers.