I'm using Phonegap to make a copy of a website, which I apply the same concepts to develop a web page to this app. What I did is add a simple link. In a common web I have index.html and a link that goes to contacts.html
<a href="contacto.html">Contacto</a>
but in my case it does not work, I read that there is a plugin that is inappbrowser, but I think it is only for external links.
I know it's simple what I ask, but there are things I'm learning and I hope you help me.
Thanks