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
It should be made clear that the scheme is an illegal value, either via an error or produce a warning and fallback to a legal value.
scheme
Cordova launches but deviceready never fires.
deviceready
The issue was initially discovered at apache/cordova-plugin-file#564 (comment)
Inside config.xml at the root level:
config.xml
<preference name="scheme" value="app" /> <preference name="hostname" value="io.globules.test" />
Android 6 Emulator (API 23) [email protected] [email protected]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug Report
Problem
What is expected to happen?
It should be made clear that the
scheme
is an illegal value, either via an erroror produce a warning and fallback to a legal value.
What does actually happen?
Cordova launches but
deviceready
never fires.Information
The issue was initially discovered at apache/cordova-plugin-file#564 (comment)
Command or Code
Inside
config.xml
at the root level:Environment, Platform, Device
Android 6 Emulator (API 23)
[email protected]
[email protected]
Version information
Checklist
The text was updated successfully, but these errors were encountered: