Currently I have embedded an iframe in coinfan.net/prices. However, the scrolling is not as responsive on mobile devices as I would like it to be. The code I have used is:
<div style=“overflow-x: auto !important;-webkit-overflow-scrolling: touch !important;“><iframe style=“width: 100%; background: #fff;display:block;” src=“/*pagelink*/” scrolling=“no”></iframe></div>
Any recommendations for improving the responsiveness?
Regards, Ganesh