Posts by Andrews Duarte • 34 points
2 posts
-
1
votes1
answer1588
viewsA: How to go back to the previous page with physical smartphone button - Ionic
Good afternoon Teiji, you can use the Platform service, with it you can register the action of the button with a function, for example: export class AnyPage{ constructor(private navCtrl:…
-
0
votes1
answer171
viewsA: Ionic server does not start
It is possible that your code is in error, check the code when assigning values, which is so: private foo: number; private foo = 100; and not like this: private foo = number; private foo: 100;…
ionicanswered Andrews Duarte 34