After developing an ionic-1 application for iOS and Android devices, I encountered an issue with displaying mobile numbers in one of the views. The numbers are contained within <p>
tags. While users can click and hold on a number to copy it on Android, this functionality is not working on iOS. I have tried implementing solutions like user-select: text;
and user-select: auto;
, but they did not solve the problem. How can I enable this feature for iOS as well?