-
Notifications
You must be signed in to change notification settings - Fork 6
loadUrl returns blank screen #2
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
Comments
I think you need to wait for the So something like (untested, you might need to make adaptations): externalScreen.on("connect", () => externalScreen.loadUrl("<some-url>")); In addition, for future issues, it will be much more helpful if you give us an actual example of what you're trying to achieve and some background information, and not just dump some code snippets and expect us to make sense of them. We built this plugin in our free time, released it into the open-source domain free of charge and while we strive to make it useful to the world, it takes us time to respond to issues, too. So, the more you help us by writing better issues, the more we can help you by being able to understand your issues better. |
Created a pull request #4 that resolves the blank screen issue. Tested on Cordova 9.0.0 and iOS platform 6.0.0 |
Hi @leolabs @NeoLegends @mraerino
I am trying to airplay secondary screen (html page) by calling method
This path is relative to the app folder, is displaying blank.
Could you please help me understand it. Below is the code
If I get a demo doc it will be really helpful.
The text was updated successfully, but these errors were encountered: