Jump to content
Search Community

Tagliavia

Members
  • Posts

    28
  • Joined

  • Last visited

Tagliavia's Achievements

  1. I have added my npmrc file with my token but whenever I try to run: npm install gsap@npm:@gsap/shockingly It gets stuck displaying this: (⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂) ⠏ idealTree:landing: sill idealTree buildDeps Any help greatly appreciated
  2. Sorry for the late response Jack been a very busy week. Your timing is perfect and I will be able to use smoothscroller for my product. Thank you all for the amazing support and follow up!.
  3. Thanks Jack I can confirm it is working on IOS, tested android in browser stack Select is getting focus but drop down is not opening inputs behave as expected.
  4. My bad Jack I did use the beta of scroll smoother but didn't use the beta of scroll trigger. Will try immediately. Question will I be able to download these beta for use on my current project?.
  5. Ok after testing the script issue remains, inputs and select are unable to gain focus on mobile devices. Labels do work transferring focus to the associated input, but do not trigger the open action for the drop down. Tested by downloading the minified file of the beta and importing it at the top of JS file instead of using the node_modules import.
  6. Thanks Jack will do and give you feedback!. I appreciate all your help.
  7. Thank you guys for the support, if you find any work around please let me now... I can turn off the scroll smoother on phones but personally love what you did to normalize the screen size.
  8. Sorry for the late reply, got complicated with some health issues. I stand corrected regarding scrolltrigger.refresh() adjusting height of smoothscroller content. However it didn't get triggered after creating the scroll trigger instances for the media query. After triggering it directly it fixed the issue. However I have another issue, the touch event on the scroll smoother wrapper on mobile devices, prevents the events to reach the inputs and selects on the form, at the moment I have no way of opening the drop down menu. Any help is appreciated https://codepen.io/riccardodev/pen/YzYYYQB
  9. Sure thing, will try to replicate the issue tonight. Also noticed an issue with the touch event on the wrapper affecting inputs to gain focus on touch. Hope to have them both by tomorrow
  10. Hi folks and thanks for the awesome help here as always!. Turns out I initialized SmoothScroller too soon, scroll trigger refresh didn't resolve the issue about the size of content element of smoothScroller. Moved smoothScroller initialization to window.load event and issue got fixed.
  11. Hi I have an scroll trigger pinned that im creating after the SmoothScroller For some reason it isn't updating the content height after the pin spacer is added to the DOM. Any way to trigger it?
  12. Thanks lets see if we can get more info about it.
  13. Thanks for the reply sir, yes in fact that what i find odd the whitespace pre-line is present
  14. Hi everyone I have some text that comes from i18n and has \n to break the text in different lines. When using split text it is all appearing in a single line. Any work around would be kindly appreciated
×
×
  • Create New...