I have a simple ionic tab application with three tabs. Structure of which is as follows :
>TabsPage
>HomePage
>AboutPage
>ContactPage
I want to have a customer live chat feature for which currently I am trying to use PureChat.
In order to use PureChat in my app, I have to copy paste a small script in my app, and I'm currently pasting the PureChat script in my index.html.
1. Having the script in index.html is causing the PureChat Hello button to appear on all the pages in my app but I want that button to appear only on my ContactPage.
Please suggest how to have that button appear only on my contact page.