Iframe error not loading on Mobile (mobile)

1

I'm having trouble displaying iframe only on mobile devices (no dev tools simulating cell works okay, the situation is as follows:

  • Site in wp
  • Really Simple SSL Plugin installed (I tested it enabled and disabled)
  • There are 3 different pages with 3 different iframe links, 1 with the link in http and 2 with the link in https
  • The site has pages with iframes that have links on https
  • Error loading iframe: link unavailable or may have been permanently moved to another web address
  • When accessing the https links without using the iframe by the mobile the https links give certificate error, and when accessing the http link it loads normally, but all give the same error in the iframe mobile, in the desktop the links accessed without iframe open usually.
asked by anonymous 25.05.2018 / 15:17

1 answer

0

The problems were as follows:

1) https pages can not have links in iframe with http (one of the 3 pages had http link).

2) iframe's https link certificate was invalid, so it would not work on mobile. My antivirus was forcing the https on the links when I accessed the computer and so it looked okay, but in reality it should be giving the certificate error invalid.

    
29.05.2018 / 14:40