iframe ile yapmayı başardık ama telefonda boyutu büyük gözüküyor yani iframe içinde ama oyun zoomlu gibi. responsive değil sanırım
<style>
.responsive-iframe {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
width: 100%;
height: 100%;
}
</style>
<iframe style="responsive-iframe" />İframe Style Stilini Ekleyin.