Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(angular) correct subscription to cordova ready event #14577

Merged
merged 1 commit into from
Jun 5, 2018

Conversation

adrm
Copy link
Contributor

@adrm adrm commented Jun 5, 2018

Short description of what this resolves:

According to cordova documentation, addEventListener call for deviceready event should be done on document object. platform.ready() does not resolve on device if this change is not made.

Changes proposed in this pull request:

  • Change the deviceready subscription from window to document.

Ionic Version: 4.x

Fixes: #

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants