I am currently facing an issue with displaying data on smartphones using twitter-bootstrap for a website I created. When trying to show data exclusively for smartphone users, the
<div class="visible-phone">This is a test div</div>
does not display any data at all on smartphones. On the other hand, the <div class="visible-desktop">This is a test div</div>
works perfectly fine on computers.
Is there a way to solve this problem effectively?
Thank you in advance for your help