In this tutorial, I will explain how you can fetch distance between 2 locations in React Native using Google Directions API. Using Google Directions API we can find the by-road distance between two latitudes & longitudes. You may find another way to find distance using some mathematical expressions without using Google API. But that gives […]
Error: Requirements check failed for JDK 8 (‘1.8.*’)! Detected version: 12.0.1
I have faced this “Requirements check failed for JDK 8” error in Ionic Studio when I tried to run my newly created Ionic App in Android Device. The exact error was the following. Requirements check failed for JDK 8 (‘1.8.*’)! Detected version: 12.0.1Check your ANDROID_SDK_ROOT / JAVA_HOME / PATH environment variables. Reason This error happens […]
Jquery Selector: Find nested/child elements
Using jquery you get great level flexibility to search Dom elements using selectors. This article explains in Jquery to Find elements inside an element. There are many selectors but two of then are broadly used 1. Hash Selector 2. Dot selector. Hash (#) selectors search element with id. This is equivalent to a native javascript […]