Thank you for the info. Mark cool trick I was not aware we had a filter on the registry
On Tue, Dec 2, 2014 at 3:33 AM, Sergey Shakhnazarov (Akvelon) < v-ses...@microsoft.com> wrote: > Hello, > > You can view Browser platform related issues using these filters in JIRA: > Browser component issues: > > https://issues.apache.org/jira/browse/CB/component/12322930/?selectedTab=com.atlassian.jira.jira-projects-plugin:component-issues-panel > > Filter: > > https://issues.apache.org/jira/browse/CB-7999?jql=project%20%3D%20CB%20AND%20status%20in%20%28Open%2C%20%22In%20Progress%22%2C%20Reopened%29%20AND%20component%20%3D%20Browser%20ORDER%20BY%20priority%20DESC > > JQL: > project = CB AND status in (Open, "In Progress", Reopened) AND component = > Browser ORDER BY priority DESC > > Best regards, > Sergey Shakhnazarov. > > -----Original Message----- > From: Mark Koudritsky [mailto:kam...@google.com] > Sent: Monday, December 1, 2014 10:04 PM > To: dev@cordova.apache.org > Subject: Re: plugins supported on cordova-browser platform? > > 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) < > v-ses...@microsoft.com> 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:csantan...@gmail.com] > > Sent: Monday, December 1, 2014 6:03 PM > > To: dev@cordova.apache.org > > 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=br > > owser,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#Pl > > atform%20Support > > > > let me know what you think. > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org > For additional commands, e-mail: dev-h...@cordova.apache.org > -- Carlos Santana <csantan...@gmail.com>