You need to sign in to do that
Don't have an account?
Uttpal 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.
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.
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.