I'm adding an Internet Link to my project that links to a web page on another web site. The web page contains a series of FAQ questions and answers and each can be linked-to using a # named anchor in the URL like this:
https://www.mapbox.com/help/account-faq/#how-can-i-change-my-plan
So when the link is clicked, the web page will be automatically scrolled to the corresponding position in the page.
This link works great when I publish to WebHelp.
But when I publish to EWriter it seems that the # and everything after it is stripped off so that the link only takes you to the top of the web page:
https://www.mapbox.com/help/account-faq/
The complete URL is present in the temporary HTML file in the ~tmpexe folder, so it is being stripped off after that.
The documentation for EWriter says to use "?anchor=" instead of "#" which is fine for links to local pages within the actual EXE, but you can't use this for links to external web pages.
How can I get the internet link to work OK in the published EWriter file ?