I have successfully converted my website to windows app via nativefier 'mywebsite.com' how do I hide some of website elements such as header from my windows App. Regards
Asked
Active
Viewed 146 times
0
-
Please provide enough code so others can better understand or reproduce the problem. – Community Mar 18 '22 at 06:35
1 Answers
0
If you just want to hide some elements in the desktop app, the following js code may help:
element.style.display = "none"

siddharthan
- 51
- 3