ericfischerrv
ericfischerrv
For now, we are only working with API level 22, because we don't know how Tabris deals with the new Android permission handling. An Android app has now to ask...
We are testing a function to read out the geolocation in background while the user can user the app as usual. Therefore, we added `Geolocation.watchPosition()` to a page (with listeners,...
In the sample application the permission request is missing. To request, the MainActivity.java should look like: ` public class MainActivity extends AppCompatActivity { private String TAG = this.getClass().getSimpleName(); private static...