Is it possible to monitor changes in a form in real time, for example, with a browser, without having to click on Live Preview? I saw in a video that it is possible, but I can't find the article anymore.
Hi Rubens,
You can test your live preview web build in your web browser, and not through the Live-Preview debug browser (which popup by default). Do the following after a successful Live Preview build:
1) close/dismiss the default Live Preview debug browser.
2) In Volt Iris, find the tabs in the bottom middle portion of the IDE, with tabs as "Console", "Search", "Build", "Debug", ...
3) Click on "Console".
4) Scroll to the bottom of the "Console" and look for the URL "Responsive web: http://127.0.0.1:9989/<your project app name>/kdw". The URL should target "127.0.0.1:9989".
5) Click on the 127.0.0.1:9989 link. Your app should open in your browser so that you can debug in a real browser.
Correct, but one more question, with the browser open, is there an option that automatically updates the browser as you change the application/code? For layout adjustments, this would be perfect!
You can keep the browser opens to http://127.0.0.q:9989 as your Volt Iris project is changed and being rebuilt. To refresh for the latest built code, click on your browser main "refresh" icon.