Jump to content
Search Community

TRIPLESENSE REPLY

Members
  • Posts

    23
  • Joined

  • Last visited

Recent Profile Visitors

4,777 profile views

TRIPLESENSE REPLY's Achievements

  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

5

Reputation

  1. Thank you! I updated the codepen example. If the label is bigger, the draggable doesn't work. Can you fix this issue? Thank you!
  2. I'm trying to create a draggable slideshow with checkboxes inside. It seems that the event is not propagated if a Draggable is created (as you can see in the codepen example). Can somebody help me with this issue?
  3. Hi all, could you please update the documentation (https://greensock.com/docs/Plugins/ScrollToPlugin), saying that scrollTo also supports DOM elements as parameters? It just lists selectors and numbers
  4. OK, I won't consider the following words Thanks!
  5. Thanks a lot! There is no hurry, my project (cappellini.it, and its siblings Poltrona Frau and Cassina) won't be online within two weeks, and npm will take care of updating the libraries Just a last question: what may the collateral effect be in using allowContextMenu:true?
  6. Hi! Sooo.... Looks OK on either on Chrome, Firefox, IE11 and Edge! allowContextMenu:true is still a mandatory parameter, but this is a good compromise Sidenotes: on Windows you can drag with right mouse button and looks like that on MacOS you can't. also on Mac, when allowContextMenu===false, it still attempts to open the link Thanks again for your assistance! Are you going to release the amend?
  7. Hi again! Looks like that allowNativeTouchScrolling:false solves the trouble! Sorry for the misunderstanding: I was somehow confused by documentation: Thanks again, have a nice day Massi
  8. Oh, yes, I know it's like hell That's why we worship your work Bad news on this topic: I injected the new script in the same pen (with new URL) and it still attempts to open a new tab, either on Chrome, Firefox, IE11 and Edge on Win 10
  9. Thanks @GreenSock no problem for the "latest" trouble As of allowNativeTouchScrolling, I considered the option and probably also tested it (I don't remember and now I can't test easily since I'm from a mobile), but isn't it meant for scrolling on draggable's perpendicular direction?
  10. Hi @Sahil, I'm astonished, since I didn't expect latest versions from the CDN to be that old https://cdnjs.cloudflare.com/ajax/libs/gsap/latest/TweenMax.min.js there must be a problem in cdnjs configuration, @GreenSock However, your pen doesn't work as well: I created that one by adapting a pen from another forum post, but I'm using the latest version in my local environment. Thanks for the notification! I also updated my pen, also adding ThrowProps from the links you reported.
  11. Hi all, I'm attempting to create a vertical draggable with for a "fashionable" effect, an everything works as expected on Android, but not on iOS. On Android, the page doesn't scroll when I swipe up on the draggable, and scrolls only when I tap outside of it. On iOS, bot IPhone and iPad, looks like the page has a priority on the draggable (or the swipe event "bubbles" from the draggable), thus the draggable stays almost in the same position, and the page scrolls. In this pen, the gray draggable scrolls into the black box, and overflows it for a maximum of half of the draggable height. How can I get the same behavior on the platforms? Thanks in advance! (It's better to test the pen in full page mode: https://codepen.io/massic80/full/qYbpOL)
  12. Hi, thanks for the suggestion. I saw that post and tested the same parameter, but it's not enough. On my side, right-clicking "Test Link" in your pen opens the context menu but doesn't prevent the link to "work" (the popup blocker prevents the new tab from opening, when not disabled). However, even if it worked - having a different behavior between iOS and Windows doesn't keep me relaxed - a right mouse click should open a context menu or do nothing, not do the same of left click - allowcontextmenu : true isn't a recommended configuration (citing Jack from your post: The context menu would actually cause problems in several scenarios (like long-taps on mobile devices, etc.) In my opinion, there is something to tune up.
  13. Hi Carl, thanks for the quick response! Actually, I didn't check on a Mac: I just did and it behaves the same of yours. Unfortunately, on different Windows 10 machines, with both Chrome and Firefox, the link redirected to a blank box. I just modified the link, adding a target="_blank" attribute, and now the right click opens a new tab with Google.
  14. HI all, I just noticed that setting dragClickables to true allows to drag the <a> tags, but when the user attempts to right-click them they work just like they were left-clicked, and he is redirected. I updated @crabcreative's Pen with the parameter. Is there any built-in workaround for this?
  15. As of today, the JPG needs a password and can't be loaded
×
×
  • Create New...