0

I want to use it to display a welcome message "Hi [owner name]".

Is it possible to get the owner-name/device-name of an iPad using html5/javascript?

Or using html5 and another framework e.g. phoneGap, appmobi etc.

Marc Uberstein
  • 12,501
  • 3
  • 44
  • 72

2 Answers2

1

You can not do this. The only thing that is possible is to detect that a person is using iPad.

Salvador Dali
  • 214,103
  • 147
  • 703
  • 753
0

You can use the PhoneGap/Cordova API, and specifically the Device API which allows you to obtain the following details:

  • device.name
  • device.cordova
  • device.platform
  • device.uuid
  • device.version
Ian Devlin
  • 18,534
  • 6
  • 55
  • 73