Prequisites
Ionic Framework Version
Current Behavior
This code in component is never trigger :
onIonViewDidEnter(() => {
console.log('About page did enter');
});
onIonViewDidLeave(() => {
console.log('About page did leave');
});
onIonViewWillEnter(() => {
console.log('About page will enter');
});
onIonViewWillLeave(() => {
console.log('About page will leave');
});
Expected Behavior
this should be triggered during routing
Steps to Reproduce
you can clone : https://github.com/riderx/ionicv6-beta-vue-vite
yarn
and
yarn dev
Code Reproduction URL
https://github.com/riderx/ionicv6-beta-vue-vite
Ionic Info
Ionic:
Ionic CLI : 6.17.0
Utility:
cordova-res (update available: 0.15.3) : 0.15.2
native-run : 1.4.0
System:
NodeJS : v16.7.0
npm : 7.20.3
OS : macOS Monterey
Additional Information
No response
Prequisites
Ionic Framework Version
Current Behavior
This code in component is never trigger :
Expected Behavior
this should be triggered during routing
Steps to Reproduce
you can clone : https://github.com/riderx/ionicv6-beta-vue-vite
yarnand
yarn devCode Reproduction URL
https://github.com/riderx/ionicv6-beta-vue-vite
Ionic Info
Ionic:
Ionic CLI : 6.17.0
Utility:
cordova-res (update available: 0.15.3) : 0.15.2
native-run : 1.4.0
System:
NodeJS : v16.7.0
npm : 7.20.3
OS : macOS Monterey
Additional Information
No response