Android WebView Native App

Job ID: 33920940

Budget: $10 – $100 USD

# Introduction

I have a webApp hosted on my server which performs the following tasks:

- Initialize a video stream from the camera
- Uses GEOLOCATION to get current location

Both procedures are done in Javascript via the website.

# Problem

When I've tried to build a Chrome wrapper using webView on AndroidStudio, the above mentioned features no longer worked. Call for geolocation and camera failed. Both requests immediately throws a permission denied error.

# Required work

Build an Android app wrapper for a (to be provided) website URL which will allow it to initialize the mobile camera and, prompt permission for the geolocation request.

The app also must support links such as described below.
- email links <a href="mailto:...">
- phone links <a href="tel:...">
- sms links <a href="sms:...">

The app url, icon(s), name and, namespace will be provided upon project start.

## Testing
The App shall be provided so the app can be tested on my on device.

## Completion
The project's source code shall be provided upon project's completion.
Android Studio version: Chipmunk 2021.2.1 or above.