DavidIQ wrote:I don't think you've answered the question at all. I'm curious myself as well so I'll repeat: why is JavaScript necessary at all to make the style look correctly on mobile devices? Wouldn't it just be a matter of using proper CSS like everyone is suggesting?
callumacrae wrote:All the decent mobile libraries and frameworks use it. Developing a mobile style from scratch and testing it fully would take months upon months, while the libraries and frameworks have already been tested.
Basically, to save development time. It isn't required, it just reduces the development time by a couple months.
DavidIQ wrote:You're also totally ignoring the fact that someone already said they disable JavaScript because it makes their phone's browser slow so it's not a matter of "outdated/unsupported" browsers here, although I'm not so sure this happens that often with the current day batch of mobile devices.
I ignored it I don't think that it is true and I don't want to dispute it in this topic.
Arty wrote:callumacrae wrote:Why? Please don't just say stuff like that. 10 years ago, you could have said that without justifying yourself. These days, everyone is carrying around smartphones that all support JavaScript.
Since when it became acceptable for software packages to rely on JS for styling? And not just for desktop, but for devices that often have JS disabled and have option to disable JS?
My device has a disable CSS button. I'm pretty sure multiple people will have said that about the use of CSS before.
Sometimes, we have to move with everyone else. How many times have you seen people complaining that phpBB is years behind everything else? Maybe we should listen to them.