ionicthemes / ionic6-starter-app

🌟 Ionic Starter Template. It has everything you need to jump start your Ionic Angular app development! Firebase Integration, Capacitor, PWA, Lists, Cards, Navigation, Forms and Validations and SO MUCH MORE! 🚀
https://ionicthemes.com/templates/ionic5-full-starter-app-pro-version
63 stars 33 forks source link

Privacy/Terms modals do not open. #4

Closed liquidcms closed 5 years ago

liquidcms commented 5 years ago

I have added the signup/terms/privacy pages to my app and the page seems to look ok and function as expected. I also have merged in utils/components/themes. One thing which is not working is the modal to open the Privacy and Terms pages.

Debugging the signup.page.ts i can see that the code is run when the privacy or terms links are clicked; but nothing opens and there are no errors.

djabif commented 5 years ago

Please try to serve the app in your browser and open the console to see if there is any message. We use the modal like in this example https://ionicframework.com/docs/api/modal#usage

liquidcms commented 5 years ago

Yes, this is in browser and as i mentioned.. no console errors.

Also does not work on real device.

djabif commented 5 years ago

Can you please publish it to firebase (or where you prefer) and send me a link so I can try it? Thanks

liquidcms commented 5 years ago

publish what, zip of project or just the apk?

i'll email links

liquidcms commented 5 years ago

solved: my app.component.html did not match yours; this was causing the modals to not appear (also caused toast to not show).