medyas / flutter_qiblah

Flutter Qiblah is a plugin that allows you to display Qiblah direction in you app with support for both Android and iOS.
https://pub.dev/packages/flutter_qiblah
MIT License
127 stars 91 forks source link

Loading indicator in iOS #6

Closed n2ng-dev closed 3 years ago

n2ng-dev commented 3 years ago

in iOS maps and qiblah not show, only loading indicator,. Simulator Screen Shot - iPhone 11 - 2020-09-06 at 13 26 57

medyas commented 3 years ago

Are you testing the example app ?

n2ng-dev commented 3 years ago

Yes, I testing Example app

medyas commented 3 years ago

okay, Will try to test it in the next couple of days

Fireballion commented 3 years ago

Any luck on this? I am looking into Qiblah for a project and am wondering if this is a reproducing error?

medyas commented 3 years ago

@Fireballion have not been able to test this yet

medyas commented 3 years ago

@Nanank-kho @Fireballion have test the plug in in iOS and it turned out that the example app does not contain location permission in the infoP.list . I have added the permissions to the file and pushed to the master branch, you can now pull from master and test again and it should work.

n2ng-dev commented 3 years ago

Yeah many Thanks, it's Work fine.. And how to show Maps directions below the Compass ? In Example Will check device support, if support sensor show Compass, and if not support show Maps,.

medyas commented 3 years ago

@Nanank-kho well the example app is set to show compass if the device has the needed hardware, else it will show the map direction. You edit the implementation in your app and show them both.