Whitespace above navbar

Hey guys. So for some reason I have whitespace above my navbar after adding the web-client platform and push plugin. Its like the parent nav-view is suddenly scrollable with that top whitespace included.
A screenshot:


And my relevant html code:
`








` child view: ` Add `

Anyone have any tips on this?

bump. I have looked at the status bar plugin and setting it to .hide(), but have had no success with that.

Okay so I found the problem.

I worked from a backup and tried to replicate the problem.
When I ran ionic add ionic-platform-web-client for some reason it added &#xFEFF; before the <!DOCTYPE html> tag in my index.html, which caused the whitespace.
Not sure if I should report this as an issue?
Anyways, I just removed that and its all fixed now.

Thanks