Re: Mobile Friendly needed
Posted by mark on Nov 29, 2012; 11:46pm
URL: https://support.nabble.com/Mobile-Friendly-needed-tp7580261p7582116.html
I agree that a mobile version of Nabble would be quite nice. The only real issue I've seen on my Kindle Fire is the margins with the horizontal scrolling, and it's not a huge one, but it seems like that would be fairly easy to fix, depending on how Nabble is set up.
In the meantime, I know of a way to make Nabble's margins fit:
Just get an iTW (a TiddlyWiki for iPhone) and throw your forum in an iframe with the width set to 98% or so. The height is a bigger problem in this case, since it doesn't resize automatically.
On the downside, although you can make JavaScript work in a TiddlyWiki, via a plugin (even these iPhone ones), you can't make JavaScript work inside of HTML in a TiddlyWiki. You can do HTML on its own, however.
Is there a way to embed a Nabble forum using only JavaScript or only HTML? That would be very nice, if so. It seems like one could construct the HTML with JavaScript in order to circumvent this issue, but I don't think I did it right when I tried it , because it didn't work.