Sam Borick

Results 22 comments of Sam Borick

This is the title I'm referring to, sorry if I wasn't clear! Referring to `arsnippet.css`, where is that file located?

I'm having this issue as well. @mikealo, did you discover a workaround?

Thanks for the response. I've also ended up changing my app name. I removed the single quote from the `name` property and went with a combination of [this plugin](https://github.com/mibzman/cordova-plugin-app-name) and...

I was having this exact issue! I resolved it by *sigh* adding another plugin. someone made a package to resolve this exact conflict: https://github.com/dpa99c/cordova-android-play-services-gradle-release Adding this plugin resolved my issue

I've fixed this issue for my project by switching to a fork of this project. ``` ionic cordova plugin add https://github.com/ypelud/cordova-plugin-geofence sudo ionic cordova platform rm ios ionic cordova platform...

For the record the xcodeproj for ionic projects is located in `/platforms/ios//` and the specific files are in `/platforms/ios//Plugins/cordova-plugin-geofence`

here is the procedure that eventually worked for me: ``` ionic cordova start testApp cd testApp ionic cordova plugin add cordova-plugin-geofence ionic cordova platform add ios cd testApp/platforms/ios/testApp/Plugins/cordova-plugin-geofence ``` replace...

For those of us on Windows the `golang_org` folder can be found at `C:\Go\src\vendor`

I second this. I'm interested in making a PR, but I have no idea what this would involve. Is this a good first issue? I think this code is related:...

@charlag this just occurred to me today, what if the background was the same color as the main navigation bar, and the text the same color as the action icons?...