RaghavStepron
RaghavStepron
(Aug 2024) Add these two in your _Project level_ **build.gradle** ``` buildscript { ext { . .. pdfViewerVersion = '3.2.0-beta.3' pdfViewerRepo = 'com.github.mhiew' } ``` and in **settings.gradle** ``` dependencyResolutionManagement...
Share code please
> Geolocation.getCurrentPosition doesnot work properly when enableHighAccuracy: true . try keeping enableHighAccuracy: false it will not give error. It will work but may not give exact location. I have also...