function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Uttpal chandraUttpal chandra 

Iframe redirect is not working in mobile?

Hi all,

I have created on lightning component using iframe in which i embeded a vf page.

It is working fine in Desktop/PC but in mobile app it is not redirecting to the Parent page.
Nagarjuna ParalaNagarjuna Parala
Hi Uttpal chandra,
Could you provide the screenshots and please share your code if possible such that the issue will be resolved.

For example try to add the following(only for reference):-

<apex:page docType="html-5.0" showHeader="false" standardStylesheets="true" StandardController="Account" sidebar="false" id="thePage"> <head>
<meta name="viewport" content="width=device-width, initial-scale=1,minimum-scale=1, maximum-scale=1, user-scalable=no"/>
</head>
---------------------------------your stuff goes here-----------------------
</apex:page>

Thanks and Regards
Nagarjuna.