Hi,
I’m building something with a custom WYSIWYG word processor and I wanted to integrate it a Bubble app. The HTML code works fine as a standalone page, but when I apply it (copy & paste) into Bubble’s HTML window (even as an iFrame) it doesn’t work.
Can anyone help? Is what I’m trying even remotely possible?
Inspected it using Chrome console, no errors appeared. Looks like, according to Stackoverflow and others, there’s a lot of problems with JS and iFrames.
should I be trying something else to integrate the open source word processor with my application?
the HTML element runs the code from top to bottom every time the code or dynamic data changes… this is why people that try to implement gauges and other dynamic content displaying elements have the issue your facing… there are ways but none better than just building the element in the plugin builder. If your not familiar with the builder perhaps you could seek someone willing to provide a plugin shelled out as if it was the html element but with the correct structure.