Natheesh
Natheesh
Still some clients need compaitablity of IE 11
I think it's good to list the supported browser in home page/Readme and close this issue.
can anyone please take look through this bug.
Yes.... I defined in manifest also...and I ask this permission to the user during runtime... ``` if (ContextCompat.checkSelfPermission(getContext(), Manifest.permission.READ_PHONE_STATE) != PackageManager.PERMISSION_GRANTED) { ActivityCompat.requestPermissions(Objects.requireNonNull(getActivity()), new String[] {Manifest.permission.READ_PHONE_STATE}, 100); }``` and ```...
Hi @adds68 Did you find any way to create these coordinates easily ? cc: @anthonyblackham