在 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 根据其内容自然扩展?