Posted by bitterpill 1 year ago
Hi all,
I'm looking for a way to do a function so users can increase, decrease or reset the font size, just like what Mobile NYTimes has
I've tried the normal ways of doing this on a PC browser such as switching stylesheets with JavaScript and PHP, but neither would work across all Mobile Browsers.. (old ones like on .mobi simulators don't support JS solution..) - I'm guessing NYTimes uses server-side to get it done but I haven't found a way to do it yet
I've tried a couple of methods of using PHP to switch stylesheet using Cookies or Sessions.. none seem to be working
Hope anyone here can take a look at this issue and provide me any useful advice and I'm quite baffled about this already