Joachim
Joachim
Does this occur in every browser ? I think I've seen a similar issue in Firefox. Could you provide me with a plunkr/jsfiddle ? But this might solve it. ```...
What I wanted to solve was so you couldn't drop the element back at owner because then it would copy itself. So what it does is to check if the...
You're probably right. If you find any solution feel free to make a PR. Might look into it in the weekend otherwise or maybe I will solve it before, got...
I did not use the scope object because I didn't want to isolate the scope, had few issues when I built it. But now I can se no problem not...
We could implement a fallback also. If no attribute is provided simple fallback to $cntrl.function. But one of these must be required.
Will put on my todo
Have you tried setting the `hashSpy={true}` on the link? Otherwise what you could do is on each Page, look for the "elementId" in the url, and then navigate to it...
Thanks for the codesandbox. If you want to scroll to the elements on different pages, then you have to render the elements on every page. There's no way for react-scroll...
> @fisshy I have same issue. Do you have any sollutions ? I do not have any solution to scroll between pages, this was made for SPA aps.
Hello, Good finding, yes latest iOS has broken a lot of stuff. Let me look into it and I'll see if it's an easy fix.