Answer the question
In order to leave comments, you need to log in
How to enable scrolling in the application in OK?
I made an application, inserted a website into it, but the iframe has scrolling="no" by default. Is it possible to change this somehow (scrolling="yes || auto"), at least through the API?
Answer the question
In order to leave comments, you need to log in
You need to make a separate link on your site, in which you iframe yourself
Get an iframe in an iframe
<iframe src="https://site/iframe" scrolling="no">
<iframe src="https://site"></iframe>
</iframe>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question