Hi I’m developing a Win8 app using javascript and HTML5 and was currently working on adding various tabs for the settings charm. Now when I originally added the pages for each tab, when you tap on the tab it didn’t show anything. When I put the app into snapped mode I noticed that the page for that particular tab was showing up at the bottom of the screen. I’ve copied line by line the sample from MSDN.
I did notice that when it appears at the bottom of the screen it looks like a page with no style. I’m thinking somehow the styles aren’t getting applied. Any ideas?
I kind of had a feeling it was a styling issue. I was using a third party application that generates a VS2012 JavaScript project automatically. The only problem is that it didn’t include the references to system style sheets. For example:
Hope this helps someone.