Hi,
I’ve created an App with 2 pages and their respective page#_custom.js files. They are tied together by an image button.
I am able to build and run page 2 by itself with no problems.
When I build from page 1, page 2 does not work.
Seems like page2_custom.js is not set during the page 1 build.
The only way I can make page 2 run correctly from page 1 is to manually include the page2_custom.js inside page1.html and include page2_custom.js in the file/data during the page 1 build.
Is this true? If not, how can I do it?
Thanks for the assistance,
FC