You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current behavior:
Related to #18342, I just had the same issue today, and imho this is definitely a bug related to ionic with angular, since platform comes from:
import { Platform } from '@ionic/angular';
Expected behavior:
Since platform.resume type of events come from the @ionic/angular package, I would expect them to be wrapped in a zone so that not everyone has to wrap it themselves.
Especially since platform.ready() is wrapped in a zone, I really don't see why platform.resume should not.
Steps to reproduce:
Have some view that changes when the app resumes.
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out.
Bug Report
Ionic version:
[x] 4.x
Current behavior:
Related to #18342, I just had the same issue today, and imho this is definitely a bug related to
ionic
withangular
, sinceplatform
comes from:Expected behavior:
Since
platform.resume
type of events come from the@ionic/angular
package, I would expect them to be wrapped in a zone so that not everyone has to wrap it themselves.Especially since
platform.ready()
is wrapped in a zone, I really don't see whyplatform.resume
should not.Steps to reproduce:
Have some view that changes when the app resumes.
Related code:
Other information:
Ionic info:
The text was updated successfully, but these errors were encountered: