I’ve got a large static html file that i want to have show up in my app.
It’s rules for a board game so there are some anchors and the file itself is pretty large ~96k.
I’ve basically put the file as a templates/rules.html
Can You set up a simple codePen?
Are You sure the issue lays with Your html file? Or maybe Your routing?
I suggest You start with making sure the routes work - by setting up a super simple template with for example just one line of HTML wrapped in <ion-view> and then work Your way to a more complicated situation.