vue-scrollto icon indicating copy to clipboard operation
vue-scrollto copied to clipboard

Adds a directive that listens for click events and scrolls to elements.

Results 101 vue-scrollto issues
Sort by recently updated
recently updated
newest added
trafficstars

# Given ```html ... ... . . . ``` # When The anchor element is clicked, the page scrolls to the section but does not preserve the `#news` in the...

Feature Request

Can you please add browser support to the readme? Or is it somewhere and I can't see it?

With either: ```html Scroll ``` or triggering scroll programatically from click event: ```html Scroll ``` If the scroll is triggered using keyboard (enter button), the scroll will be canceled right...

enhancement
help wanted

I have just tested this using my iphone 8 and it is not working. Is this a known issue? Thanks Aaron

Native page internal anchors add a hash to the url (like `#section1`), wich applies the `:target` pseudo class to the target element, and thus enables styling it. Would the same...

From the examples, it seems we always need to pass in a string of the target HTML ID? If this is not true, can you please update the docs so...

### Problem If a HTML form has a button with v-scroll-to, that breaks form validation which occurs when a user presses Enter. ### Steps to reproduce 1. Open jsfiddle at...

help wanted

I have a content zone and a sidebar zone. I need to implement automatic scrolling to the desired item in the menu in the sidebar, as well as to the...

i have a problem with this, when i scroll to bottom the element scroll to top not show. is this possible for scroll to top? here my css ``` .scrollToTop...

I have a page layout like this ---NAV--- ---HEADER--- ---LIST OF 10 ELEMENTS--- ---DETAILS OF EACH ELEMENT--- ---FOOTER--- I made the functionality so that when I click on one of...