
ionic serve: how to connect over https to use reserved html5 methods such as geolocation
We all know that at this point https is a must to have. Many html5 methods, such as geolocation, are blocked from browsers in order to avoid security issues. Often, we bump in these “block” even before we deploy our app. Actually when we deal with these html5 methods, we need to test them …