How do I troubleshoot errors in design view javascript error panel?
Seems you have some syntax issue with some expression on the page.
Can you please provide a link to this page?
Is a FW7 mobile app, but I zipped and attached. Thanks
index.html.zip (2.4 KB)
Please change:
dmx-bind:width="100%" dmx-bind:height="auto"
to
width="100%" height="auto"
on your page. For static values you should use normal html attributes, not ones prefixed with dmx-bind:
2 Likes