In a mobile application I am developing I have the following setup
Login UX
Main UX
The Main UX is embedded in the LoginUX
Within the Main UX there is a Panel Navigator with about a dozen panel cards.
All was working very good for the well over 6 months. Recently I made a few changes. 1) I rebuilt the login UX using the Mobile Persistent Login template provided by Alpha and 2) I updated to the latest version of Alpha 12.4.5.1 Build 4642 3) Redeployed to PhoneGap Build using the latest Phone Gap version available to me from within Alpha 7.0.1
Now I am experiencing one problem that I am trying to fix and thus far the things I've tried have not worked. The problem is that in one of my panel cards I have a submit button that does an AJAX callback to save some data. In the javascript after success I issued a panelSetActive to the first panel card. This worked for a very long time. Now after the 3 changes above, when I submit it scrolls through all of my panels and leaves the final active panel as the last panel in my UX component. My panel navigator is set to "Programmatic" and the only way to change panels is by javascript that I provide. My final javascript is still the same, set the panel to panelcard1.
Anyone else experience this or have any ideas what could be causing this behavior?
Thanks!
Login UX
Main UX
The Main UX is embedded in the LoginUX
Within the Main UX there is a Panel Navigator with about a dozen panel cards.
All was working very good for the well over 6 months. Recently I made a few changes. 1) I rebuilt the login UX using the Mobile Persistent Login template provided by Alpha and 2) I updated to the latest version of Alpha 12.4.5.1 Build 4642 3) Redeployed to PhoneGap Build using the latest Phone Gap version available to me from within Alpha 7.0.1
Now I am experiencing one problem that I am trying to fix and thus far the things I've tried have not worked. The problem is that in one of my panel cards I have a submit button that does an AJAX callback to save some data. In the javascript after success I issued a panelSetActive to the first panel card. This worked for a very long time. Now after the 3 changes above, when I submit it scrolls through all of my panels and leaves the final active panel as the last panel in my UX component. My panel navigator is set to "Programmatic" and the only way to change panels is by javascript that I provide. My final javascript is still the same, set the panel to panelcard1.
Anyone else experience this or have any ideas what could be causing this behavior?
Thanks!
Comment