-
Notifications
You must be signed in to change notification settings - Fork 33
UNSUPPORTED: Platform element is not supported. #445
Comments
+1 Reference topic: http://gsfn.us/t/4qxmx |
As reported, this appears to be a CLI issue and not a PGB (Phonegap Build) issue. The real issue is that "WP8 support of the splash screen plugin is pretty bad". |
That's not "the real issue". The real issue that it is impossible to have platform-specific configuration values. In the example I posted, yes, I illustrated the problem of missing platform-specific configuration values with the splash screen plugin. However, to oblige you, here is an example that cannot be solved by fixing the splash screen plugin:
Yes, I use different settings depending on platform concerning plugins and regular settings. |
I support this feature request! |
@Deathspike, Thanks for the clarification. +1 on this request. |
This should be fixed: http://phonegap.com/blog/2015/11/17/config_xml_update/ |
this functionality is now available. |
Please add support for the
platform
element. Usingcordova-plugin-splashscreen
as example:As per the documentation for this plugin https://github.com/apache/cordova-plugin-splashscreen#android-quirks, there are several platform-specific quirks that do not play well with each other. The appropriate way to support a scenario like this is using the
platform
element. Since there is no PGB support for this, you would have to stop using PGB and start building locally or alter theconfig.xml
and build for each platform one by one.Migrated from:
http://community.phonegap.com/nitobi/topics/phonegap-build-not-respecting-platform-element
The text was updated successfully, but these errors were encountered: