On my WordPress site, I have created a Java Bootstrap loan calculator that works perfectly on desktop. However, when I use Chrome on mobile, it is not functioning properly. I tried using the wp-coder plugin and also manually added the necessary code. Interestingly, in Chrome Dev Tools mobile view, it appears to be working fine. The issue seems to occur only on real mobile devices. Is there a way to resolve this problem? Your assistance in resolving this issue would be greatly appreciated.
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.7.2/css/bulma.min.css"
/>
...