If you browse all the plugins in the registry http://plugins.cordova.io/#/viewAll and then click on "Filter by Platform", you can se those that have a <browser> tag in their plugin.xml
Also this Jira issue has all the plugins that need some work for browser platform as sub-tasks https://issues.apache.org/jira/browse/CB-8076 I'm also looking into doing some work for improving browser support, for now experimented with live-reload, some preliminary results here: https://github.com/kamrik/CordovaGulpTemplate/tree/livereload On Mon, Dec 1, 2014 at 11:48 AM, Sergey Shakhnazarov (Akvelon) < [email protected]> wrote: > Hello Carlos, > > I'm interested in Browser support as well, here is a table showing Browser > platform compatibility to Cordova core plugins: > Plugin Support status Details > cordova-plugin-camera Supported destinationType: > Camera.DestinationType.DATA_URL is supported (base64 encoded data is > returned) > cordova-plugin-device Supported > cordova-plugin-device-motion Supported Returns > random values > cordova-plugin-device-orientation Supported Returns > random values > cordova-plugin-network-information Supported WiFi > connection type returned if there is any connection; `offline` and `online` > Events are not implemented > cordova-plugin-console Supported W3C API is > not completed, basic functions are supported > cordova-plugin-battery-status Not supported > Implemented an adapter: [2] > cordova-plugin-contacts Not supported > cordova-plugin-dialogs Not supported Adapter to > browser' functions can be made > cordova-plugin-file Not supported > cordova-plugin-file-transfer Not supported > cordova-plugin-geolocation Supported Works out > of the box as the API meets W3C Geolocation API > cordova-plugin-globalization Not supported > cordova-plugin-inappbrowser Partially supported > cordova-plugin-media Not supported > cordova-plugin-media-capture Not supported > cordova-plugin-splashscreen Not supported > cordova-plugin-statusbar Not supported > cordova-plugin-vibration Supported JIRA item > with some comments: [3] > > Info on some of the plugins supported can be found in this article [4]. > > [2]: > https://github.com/MSOpenTech/cordova-plugin-battery-status/commits/CB-7953 > > [3]: > https://issues.apache.org/jira/browse/CB-7966 > > [4]: > > http://www.raymondcamden.com/2014/9/24/Browser-as-a-platform-for-your-PhoneGapCordova-apps > > Please let me know if you have any questions or considerations. > > Best regards, > Sergey Shakhnazarov. > > -----Original Message----- > From: Carlos Santana [mailto:[email protected]] > Sent: Monday, December 1, 2014 6:03 PM > To: [email protected] > Subject: plugins supported on cordova-browser platform? > > How do I get a glance view of what core plugins are supported on browser > platform? > > I want to see which ones are supported and which ones are left to be > implement. > > It will be nice if this could be a dynamic table view in plugin registry. > > http://plugins.cordova.io/#/search?id=org.apache.cordova.&platforms=browser,ios,android > > let me know if this is a good feature for the registry, and can open a > JIRA feature to track for the future. > > What about adding browser platform to the docs [1]. > My instinct says no, 1. not a super supported platform yet, 2. don't know > how well we keep this list up to date. > If I say yes, I would put a remark (* in experimental support) for the > browser column. > > [1]: > > http://cordova.apache.org/docs/en/4.0.0/guide_support_index.md.html#Platform%20Support > > let me know what you think. >
