docs-v7 icon indicating copy to clipboard operation
docs-v7 copied to clipboard

Clicking hash anchor links cause full page reload

Open doffltmiw opened this issue 5 years ago • 5 comments

The hash links to the same page in the API documentation contains not just the hash but the last part of the url path + hash, and that causes full reloading of the page.

For example, the html source of the android variable in the application module is <a href="_application_.html#android" class="tsd-kind-icon">android</a>. To avoid a reload, it should contain only the hash: <a href="#android" class="tsd-kind-icon">android</a>

doffltmiw avatar Dec 04 '18 04:12 doffltmiw

@doffltmiw can i take this ??

parammittal16 avatar Feb 02 '19 02:02 parammittal16

@NickIliev I want to work on this issue. Since I am new to the codebase, can you please tell me the directory where I have to look?

KKVANONYMOUS avatar Nov 28 '20 04:11 KKVANONYMOUS

hey can anyone give me the path of this file ?

thefool76 avatar Sep 05 '21 07:09 thefool76

@parammittal16 are you still working on this issue?

ManishS6 avatar Feb 17 '22 12:02 ManishS6

This is the repo for the old docs which are no longer maintained, new docs are located at https://github.com/NativeScript/docs-new

We might rename the repos for clarity in the near future.

rigor789 avatar Feb 17 '22 15:02 rigor789