Uploaded image for project: 'Apache Cordova'
  1. Apache Cordova
  2. CB-5710

Device.model does not returns the device model on windows 8 tablets

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Won't Fix
    • 2.9.0, 3.0.0, 3.1.0, 3.2.0
    • 2.9.1
    • None
    • Windows 8 devices - HP Envy, HP ElitePad

    Description

      On windows 8 devices (like HP Envy, HP ElitePad) the device.model API returns nothing. to solve this I added to the device plugin code:

      me.model = info.model || info.name;

      because info.model is null on these devices, and info.name is the real device model.

      Attachments

        Activity

          People

            purplecabbage Jesse MacFadyen
            shatran shay stern
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: