You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Shazron Abdullah (JIRA)" <ji...@apache.org> on 2016/05/31 23:39:12 UTC

[jira] [Commented] (CB-11000) Be able to add local custom platform

    [ https://issues.apache.org/jira/browse/CB-11000?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15308875#comment-15308875 ] 

Shazron Abdullah commented on CB-11000:
---------------------------------------

You can conform to the Platform API now, although right now we check that you are a "known" platform:
https://github.com/apache/cordova-lib/blob/61f584de5891c52431e40a2dd534ac24cc081fcb/cordova-lib/src/platforms/PlatformApiPoly.js#L58-L59

We will be removing this check in the future: CB-11346

Platform API:
https://github.com/apache/cordova-lib/pull/235



> Be able to add local custom platform
> ------------------------------------
>
>                 Key: CB-11000
>                 URL: https://issues.apache.org/jira/browse/CB-11000
>             Project: Apache Cordova
>          Issue Type: Improvement
>          Components: CordovaLib
>            Reporter: Bernie Zhao
>
> I develop cross platform HTML5 apps using Cordova and sometimes I need to deal with custom/proprietary devices like commercial smart TVs, set-top boxes. So far for these devices I need to create non-cordova web apps using their SDK.
> It would be ideal if I can create custom cordova platform plugin to bridge the gap so the app only needs to deal with cordova. So I just need to: 
> $ cordova platform add xxstb
> Any insight is appreicated.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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