How do I resolve git saying “Commit your changes or stash them before you can merge”?
I was checking how I could resolve an issue with git that did not deploy my application because local files had some changes. So I found a couple of options
I was checking how I could resolve an issue with git that did not deploy my application because local files had some changes. So I found a couple of options
I had a private repository that i wanted to share with my team. So i could not find an easy way to this until i found an article online that
We were struggling to get the background color changed on an ionic app and we discovered that we were changing the color scheme background color but not in the light
While trying to fire the camera plugin on cordova i realized the action was taking forever to fire about 30-40 seconds. I saw a bug on console and immediately started
Voyager is the missing Laravel Admin. Voyager is a Laravel Admin Package that includes BRED(CRUD) operations, a media manager, menu builder, and much more. Full Features: Media ManagerMenu BuilderDatabase ManagerBREAD/CRUD
1. First we need to install Cordova either on OS X, Linus, or Windows OS X or Linus $ sudo npm install -g cordova Windows C:\>npm install -g cordova 2.
This plugin is very usefull when you want to play HTML5 Audio Tracks in Background and super easy to use. It also bypass the silent mode on iOS. Plugin Source: https://github.com/katzer/cordova-plugin-background-mode
First me must change a feature in config.xml in the Cordova Project. <preference name="AllowInlineMediaPlayback" value="true" /> This is the HTML Mark Up for the Full Screen Video <video id="splash-video" preload="auto"
Electron is a tool used to built cross platform apps with web technologies like: HTML, CSS, and JavaScript. So if you can have built a website you can basically built
This is an .htaccess rule to force users to use www on non www website version. # Redirect non-www urls to www RewriteEngine on RewriteCond %{HTTP_HOST} ^example\.com [NC] RewriteRule (.*)