Posts

Showing posts with the label mobile

Fixed element Y position calculated wrong after scroll on chrome for android

Image
Fixed element Y position calculated wrong after scroll on chrome for android Happens when address bar becomes hidden/visible. The element marked on the DOM explorer is the same element shown on the bottom of the screen (with the "Start Planning" button). After scroll it's actual location is being scrolled up (even though it is in fixed position), but no re-rendering occurs since it is still displayed on the screen in the correct position. The interesting thing is that the element does not respond to clicks in the displayed area but rather in the DOM calculated area (aka, if you click above the button it works but not when you click on the button itself). Here is the link the page on our platform that has the issue: https://in-office.wekudo.com/wellness/category/nutrition/smoothie-bar Same issue exists also on Airbnb's platform: https://www.airbnb.com/rooms/select/17017021?search_id=74b85b09-c47b-4d33-854a-c42ffa1d7779&federated_search_id=93685a2b-81cc-49a4-9699-2e...

jqtouch documentation (mainly for header and footer)

jqtouch documentation (mainly for header and footer) I am developing a ruby on rails application and need jqtouch for the mobile version. The only documentation I found is insufficient, useless and 10 years old, and the external guides mentioned in the readme file are not more available, which suggests me that the plugin is no more maintained. I was mainly searching for a way to create header and footer and menu icons on them. Could you suggest any useful documentation? The official docs are so bare bones that are useless to me. jqtouch By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.