Where can I find information about the difference in behaviour of Bootstrap on a PC or Tablet and the behaviour on a smartphone? I've searched for Bootstrap specific information but can't find it.
The issue us this: I'm developing a website that uses a lot of dynamic data and processes data afterwards. On PC and tablet everything always works fine but on smartphone it doesn't. When I debug the code there is, obviously, always an error. Ussually it is a too many of class Row and col-xx-nn are on the same div.
This always works on PC and tablet but on smartphone it causes the textfields, buttons and selects to stop functioning.
I know I'll have to debug even more but still: why doest this "buggy" code work on PC and tablet but not on smartphone even if on all three platforms I use the same browser (e.g. Google Chrome)? For smartphone the type of OS makes no difference not does the browser (tried Safari on IOS with the same results).