I have upgraded to beta 11 (ionic 2) and did all the changes. My app is a simple chat application with a custom javascript API to establish connection and send/receive messages. The app is working fine on my local but when I uploaded it to ionic view and run it on my device it breaks on some pages that use form builder and custom javascript API. I tested part by part and it seems that form builder part causes the issue. My question is that is ionic view compatible with new ionic 2 releases? Is it possible to upload my previous version which is in beta 8 (I tried it but seems not getting right)?
I get these errors:
TypeError: ‘undefined’ is not a function (evaluating ‘activeNav.last()’)
Error: Uncaught (in promise): TypeError: ‘undefined’ is not a function (evaluating ‘activeNav.getActive()’)
1 Like
Ionic View is compatible with Ionic 2.
I’d suggest debugging in the browser or in a simulator/emulator to see whats up.
You can attach the dev tool and see what is causing errors.