Forum Discussion
HTML Content for PowerBI: Linking
Hi JimGAR,
It's possible that the issue you're experiencing is related to how the HTML Content app is rendering your HTML page. Here are a few things you can try to solve this issue:
Check your HTML code: Make sure that your <a> and <button> tags are properly formatted and that their href attributes are pointing to the correct location within the HTML page. You can also try adding an id attribute to the element you want to navigate to, and using that id in the href attribute.
Use Javascript: If the HTML Content app is not working as expected, you can try using JavaScript to handle the navigation within the HTML page. You can add a click event listener to your <a> or <button> element, and use JavaScript to navigate to the correct location within the HTML page.
I hope this helps! Let me know if you have any further questions.
Best regards,
Isaac Chavarria
If this post helps, then please consider Accepting it as the solution and give Kudos to help the other members find it more quickly
Thanks, Issac. I'll try your suggestions. Also, I do not see WebView2 on the visuals store. Is it another name?
- ichavarria3 years agoSolution Specialist
Just corrected my reply!
Thanks