M
M
Mirkadoi2020-01-21 13:53:19
Classmates
Mirkadoi, 2020-01-21 13:53:19

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

1 answer(s)
A
Alexey Arkh, 2020-10-12
@AlekseyArh

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 question

Ask a Question

731 491 924 answers to any question