Reputation: 2341
I am trying to create a very simple android app for that I am using ionic framework for that I am using default template with left menu and each link has a template url . But here I want to load the url of my site for each link suppose when I click on link sport it load the my website url/sports link . Not in json whole as it is in the browser .
Upvotes: 1
Views: 1565
Reputation: 6257
You need to use inappBrowser for this purpose.It will open any external url in your application and has different target
options.
Upvotes: 1