We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The object that I declared is not available inside ionViewDidLoad event cycle method.
ionViewDidLoad() { if(Appodeal) Appodeal.show(Appodeal.INTERSTITIAL); }
I am getting the below issue.
Appodeal is not defined
The following declaration is done.
declare var Appodeal;
But the same code works fine inside other functions present in the same page component.
The object declared should be available inside the cycle method.
The text was updated successfully, but these errors were encountered:
Is this related to #8449?
Sorry, something went wrong.
@Purus this does sound related to that issue. Can you put the above logic in your example in ionViewDidEnter and see if it works there? Thanks!
ionViewDidEnter
No branches or pull requests
Short description of the problem:
The object that I declared is not available inside ionViewDidLoad event cycle method.
I am getting the below issue.
Appodeal is not defined
The following declaration is done.
declare var Appodeal;
But the same code works fine inside other functions present in the same page component.
What behavior are you expecting?
The object declared should be available inside the cycle method.
The text was updated successfully, but these errors were encountered: