I have a sample app created by ionic and ngCordova.
When I run the app with ionic run android
, the toast messages show correctly.
But if I run the app in live reload mode with ionic run android -l -s -c
, the toast messages can not show.
What's the problem?
Thx for any reply.