Nilay Singh
Nilay Singh

Reputation: 2341

How to load URL in Ionic Framweork

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

Answers (1)

Mudasser Ajaz
Mudasser Ajaz

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

Related Questions