Hi all,
I often read XEPs and RFCs from my mobile phone. It would be nice to
add a viewport meta to the XSL to let mobile phones display them
correctly. I've just tried, works great. Something like this (of
course you can change it to whatever you consider useful):

<meta name="viewport" content="width=device-width; initial-scale=1.0;
maximum-scale=2.0;"/>

A quick article that talks about that:
https://developer.mozilla.org/en-US/docs/Mozilla/Mobile/Viewport_meta_tag
Just an example anyway.

Of course XML prettified data will go out of the screen if it's larger
than the viewport (that is, device width).

Cheers
--
Daniele

Reply via email to