is possible detect if device samsung device? show other devices , samsung devices because of missing decimal point on samsung devices.
take cordova device plugin:
http://plugins.cordova.io/#/package/org.apache.cordova.device
run:
cordova plugin add org.apache.cordova.device
and in code:
console.log(device.model);
there available ngcordova: http://ngcordova.com/docs/plugins/device/
Comments
Post a Comment