Hi,
We have need, to show ExtJs app in another existing web app using iframe.
So I added like this in exisitng web app developer in PHP.
<iframeid="receiver"width="1280px"height="500px"style="border: none;"src="http://examples.sencha.com/extjs/6.2.0/examples/kitchensink/"></iframe>
It works fine in PC browsers. But when I try in iPad Safari, page is loaded prefect. When I click on any Button or link it is not responding. If I replace iframe src to google.com it works fine.
Is there any solution for this?
Thank you,
Harish.