Mushtaq123

Results 5 issues of Mushtaq123

## Prerequisites * [X ] Put an X between the brackets on this line if you have done all of the following: * My Android device/devices support BLE and has...

Bug report best practices: [Submitting Issues](https://github.com/xamarin/Essentials/blob/main/SUBMITTING-ISSUES.md) ### Description ### Steps to Reproduce ``` if (Connectivity.ConnectionProfiles.Contains(ConnectionProfile.WiFi) || Connectivity.ConnectionProfiles.Contains(ConnectionProfile.Cellular) || Connectivity.ConnectionProfiles.Contains(ConnectionProfile.Ethernet)) { hasConnection = true; } Debug.WriteLine(hasConnection); ``` ``` Debug.WriteLine(Connectivity.NetworkAccess); if (!Connectivity.NetworkAccess.Equals(NetworkAccess.None)...

### Xamarin.Android Version (eg: 6.0): 7.1 ### Operating System & Version (eg: Mac OSX 10.11): Windows 10 ### Google Play Services Version (eg: 8.4.0): **60.1142.1** and the latest version **(71.1740.0)**...

investigating

Hi, I have run the NFC Sample in Xamarin.Android. It works fine. Then I have created new application and which doesn't work as expected like the sample find in this...

Dear Sir, I am getting the following errors while building this project against iOS. Kindly Help me to Use this Library. Thanks in Advance. **In EGFloatingTextEntryContainer** ![image](https://user-images.githubusercontent.com/22950250/28858167-51a223a8-776c-11e7-9c0a-0b7544922d61.png) ![image](https://user-images.githubusercontent.com/22950250/28858180-6879a326-776c-11e7-9e09-8c0e9e09c5aa.png) **In FloatingTextEntryRenderer**...