I am a beginner in using IBM MobileFirst with Ionic to build hybrid mobile apps. Currently, I am able to build and run my application in the MobileFirst Console simulator, emulator, as well as in an Android mobile device. However, all these can work well only when I remove the declaration of <!DOCTYPE html>
. If <!DOCTYPE html>
is included, ion-nav-view does not work.
I referred to the Ionic-based IBM MobileFirst Starter Application samples. In the example, ng-view is used instead of ion-nav-view, thus declaration of <!DOCTYPE html>
does not cause any issues.
Sample application (Android): https://github.com/user4706148/MobileFirstProject Does anyone know about this issue?