iframe user agent: mobile
In my project i have a page with an html component with an iframe. So it is possible to navigate an external web site (bancasella) from inside my app.
My problem is that if i navigate bancasela site from my iframe i can get the desktop template of bancasella. While if i open the same page with window.open in the system browser of my mobile i get the mobile version of bancasella page. I guess the problem is with the user agent. Is there any way to set the user agent of my app page to mobile so i can navigate in my iframe to the mobile version of bacasella ?