i developing hybrid mobile application in dot net, have created own custom plugin using x_code , phone_gap . ways integrate plugin dot_net project.
this older question, maybe answer can down road.
this approach have taken devextreme use custom plugin , @ same time use phonegap build process.
- upload plugin github account.
- update config.xml
<gap:plugin name="your git hub package url" source="git"/>
(instead of name="" use spec="" , source="git")
note: of post there bug in devextreme if attempt @ project properties > phonegap tab studio crash. dx aware , suppose fix it.
- build custom template (this phonegap build portion)
- build project.
Comments
Post a Comment