Androidで、ドメイン外のhttps iframe src を使用すると、iframe がスクロールしなくなります。
<div style="-webkit-overflow-scrolling:touch;
height:300px;width:300px;overflow:auto;">
<iframe height="100%" src="https://fully-qualified-domain/"></iframe>
</div>
コンテンツに基づいて iframe を自然に拡張する方法はありますか?