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
{{ message }}
This repository has been archived by the owner on Apr 15, 2021. It is now read-only.
From what I can tell, this line:
channel.waitForInitialization('onEmmAppConfigReady');
Will cause Windows apps never to startup. I realize the plugin doesn't support Windows, and that's fine, but bringing it into a project that's designed for cross platform creates a problem here.
Suggested fix would be to just bail on the channel creation/wait if we're running on Windows platform.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
From what I can tell, this line:
channel.waitForInitialization('onEmmAppConfigReady');
Will cause Windows apps never to startup. I realize the plugin doesn't support Windows, and that's fine, but bringing it into a project that's designed for cross platform creates a problem here.
Suggested fix would be to just bail on the channel creation/wait if we're running on Windows platform.
The text was updated successfully, but these errors were encountered: