MacAddress
MacAddress copied to clipboard
MacAddress plugin for Cordova / PhoneGap
ionic v2
It´s possible to use your pluging with this new ionic? thanks
previously it used to work but after 10.3 version upgrade it simple displaying the Model : iPhone7 iOS version : 10.3.2 it simple displaying "02:00:00:00:00:00"
Model : iPhone8,2 iOS version : 10.1.1 It gives a response of macAddress equivalent to "02:00:00:00:00:00"
Mohamed, when call the plugin get below error: "Uncaught TypeError: Cannot read property 'getMacAddress' of undefined" My Cordova version is 6.
According to this https://github.com/mohamed-salah/MacAddress/issues/3 the Android have the similar problem I am using PGB 3.3 OR PGB 3.4 with your latest plugin 0.1.0 in Android 4.0.3, it always get the...
Im using phonegap developer app in mobile. Here is my index file ``` Mac Address Example function getMac() { alert('test'); window.MacAddress.getMacAddress( function(macAddress){alert(macAddress);},function(fail) {alert(fail);} ); } Get Macs Address ``` alert('test')...