Using iframe on mobile device

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
Cat
User
Posts: 78

Using iframe on mobile device

Post by Cat »

Hello everyone

I have this code fragment is client Scritp

$("#x_SIGN").replaceWith("<iframe id='signature' scroll='no' src='Blank_Firma/blank_firma.php'></iframe>");

and it works perfectly on PC devices but when I try to view it on a mobile device it does not load the information, it gives an error 404 route not found

any solution


arbei
User
Posts: 9384

Post by arbei »

It is not related to Client Script, you may google "iframe not showing on mobile devices".


Post Reply