breautek opened a new issue #1087: URL: https://github.com/apache/cordova-docs/issues/1087
# Bug Report ## Problem The [widget](https://cordova.apache.org/docs/en/latest/config_ref/index.html#widget) `id` attribute states it accepts "reverse-domain" identifier, and thus one could expect that within this string, the hyphen character would be valid, or any other [Reverse DNS Notation](https://en.wikipedia.org/wiki/Reverse_domain_name_notation#Examples) example. However, since this string is used to define package names in native code, hyphen characters are actually illegal and this can cause some confusion, especially for users not familiar with native environments (which Cordova tries to abstract). Reference: https://github.com/apache/cordova/issues/184 ### What is expected to happen? This attribute should note about using special characters. ### Command or Code <!-- What command or code is needed to reproduce the problem? --> `<widget id="com.my-best-app" ...>` ## Checklist <!-- Please check the boxes by putting an x in the [ ] like so: [x] --> - [x] I searched for existing GitHub issues - [x] I updated all Cordova tooling to most recent version - [x] I included all the necessary information above ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
