You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2020/06/22 13:01:39 UTC

[GitHub] [cordova-docs] breautek opened a new issue #1087: Clarify what characters are valid for app identifier

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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-docs] breautek closed issue #1087: Clarify what characters are valid for app identifier

Posted by GitBox <gi...@apache.org>.
breautek closed issue #1087:
URL: https://github.com/apache/cordova-docs/issues/1087


   


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org