I've created a TAU basic UI application. Whenever I :
1- Press back key from my page (of class="ui-page ui-page-active")
2- From the page (of class="ui-page ui-page-active"), go to that page again.
I get the following error:
Error in tau.min.js (25) :Uncaught TypeError: Cannot read property 'classList' of undefined
Although there many errors in the tau.min.js file and the file is not formatted properly. I still managed to get that:
this._ui.indicatorIcon.classList is somehow undefined which causes it to through an uncaught error.
Please guide me what I'm doing wrong hee. Can I get an error free version of tau.min.js ?