Format of webpage in webmodule

HPilot

New Member
Hi,
Thanks for a nice app.
Is there anyway to apply any formatting in the webmodule to a webpage that is fetched using a link to an external URL?
What I want to do is "resize" a non mobile friendly web page to a more mobile friendly (responsive) layout showing within the app?

Is there a user guide to all the functions?

Thanks
 

joseph raphael

Well-Known Member
Hi,
Thanks for a nice app.
Is there anyway to apply any formatting in the webmodule to a webpage that is fetched using a link to an external URL?
What I want to do is "resize" a non mobile friendly web page to a more mobile friendly (responsive) layout showing within the app?

Is there a user guide to all the functions?

Thanks

Just use an <iframe> tag and set the width and height to auto... bit it won't work on all devices/layouts.

a non mobile friendly website can't be treated as mobile friendly
 
Top