timbru31 opened a new issue #133: Enhance installation by inlining the 
configuration variables
URL: https://github.com/apache/cordova-plugin-wkwebview-engine/issues/133
 
 
   Inspired by [Niklas recent blog 
post](https://cordova.apache.org/howto/2020/03/18/wkwebviewonly.html), I'd like 
to discuss if we should inline the configuration variables to the plugin.xml:
   
   ```xml
   
       <feature name="CDVWKWebViewEngine">
           <param name="ios-package" value="CDVWKWebViewEngine" />
       </feature>
   
       <preference name="CordovaWebViewEngine" value="CDVWKWebViewEngine" />
   ```
   
   Ionic's fork does this, too: 
https://github.com/ionic-team/cordova-plugin-ionic-webview/blob/master/plugin.xml#L68-L71
   
   IMO providing a plugin that is just "ready to use" after installing would 
enhance the user experience and decrease the support issues/question.
   
   Any thoughts, e.g., @erisu @NiklasMerz 

----------------------------------------------------------------
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]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to