Uche Ozoemena
Uche Ozoemena
@ebhsgit I installed from your fork and I no longer get custom map marker icons. It always uses the default red pin from Google maps. Can you please test on...
The problem was that I was using a relative path (`'./www/img/myimg.png'`). When I switched to the full path (`${cordova.file.applicationDirectory}www/img/myimg.png`) then it worked. Of course the relative path was working before...
@HarelM can you confirm that the multiple profile usage of `build.json` suggested by @ollm works with your fork? I've tried using it for my multiple profiles (main app and share...
Okay thanks for confirming. Can you share the alternate solution you found please? And on my end yes I've confirmed that the profile has the App Groups feature.
@ollm thanks for the additional info, I'll check to see if that fixes my problem. @HarelM thanks a lot for sharing. I don't use angular so please confirm if this...
@pdanysz @hrhosni have you tried this ```js ... url: `${cordova.file.applicationDirectory}www/img/my_location.png`, ... ``` That works for me.
@jsheetzati can you please post your env that worked after forking the repo and commenting out the line? I tried doing that but still couldn't get it to build. Here...
@Filavision did you find a way around this problem?
Yes I tried without the plugin and it worked but on the `file://` protocol.
@aubrey-fowler @joeldhenry did this problem start happening for you on a recent version of this plugin? I was seeing something similar on Android and ended up fixing it by calling...