iframe dadabik

dada_nes

New member
Hello, why can't I use <iframe scr="...."> after installing the new version?
thank you



Your current DaDaBIK version
You are using DaDaBIK version 10.2-Manarola enterprise, installed on 21-08-2020 (installation code: 153525e5fa0cf0606c)

System info
PHP Version: 7.2.26
mysql version: 5.7.28-31-log
Web server: Apache
Client: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.83 Safari/537.36
 

NickR

New member
Old post but had similar problem using the custom pages inside Pages when editing the app and then show/hide html content to create a simple html page.

If you paste/type in iframe to the editor eg
<iframe src="https://time.is/"></iframe>
then iframe on the page will not work

but if you choose Tools - source code in the menu of the editor and then insert iframe between correct tags then it works. In my case just using paragraph tags so this works as long as it is edited directly in the 'view source':

<p>
<iframe src="https://time.is/"></iframe>
</p>


You can tell if it works as the editor will display the frame when switching back from view source or reloading

Problem lies in how the editor handles html formatting
 
Top