Everyone, I am creating an application where I open up every external link in an in-app browser. Now while opening that link it is opening in Desktop view in a Zoomed out manner. I am using like this - var ref = cordova.InAppBrowser.open('http://money.cnn.com', '_blank', 'location=yes');
** Though is website has viewport enabled and responsive in nature, I am unable to load it in responsive view over my App's in-app browser.
Is it possible to load the responsive content in inAppBrowser like Normal Browser behaves? please help me in this. I am stuck.