Skip to content

Commit

Permalink
issue linking
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorenz Graf committed Sep 9, 2020
1 parent 0e5a648 commit 10817c2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# Issue #27 #
Reference: https://github.com/TeamHive/capacitor-video-recorder/issues/27

## Implementation ##
## 1. Implementation ##
This is the most minimal `ionic blank` implementation of the video recorder possible as shown by the official github page: https://github.com/TeamHive/capacitor-video-recorder

## What does work ##
## 2. What does work ##
The web- and ios-implementation preview window works.

## What does *not* work ##
## 3. What does *not* work ##
The android native implementation does not show any preview window.

## How to recreate ##
## 4. How to recreate ##

### Setup the dev environment ###
### 4.1 Setup the dev environment ###
Clone this repository and set it up accordingly
```
- npm install
Expand All @@ -22,7 +22,7 @@ Clone this repository and set it up accordingly
```
*you may require additional steps - but as i said its the most basic impl*

### Test the working / not working parts of the code ###
### 4.2 Test the working / not working parts of the code ###
Follow the steps shown in the MainActivity to switch between the native and web implementation.

File to modify:
Expand Down

0 comments on commit 10817c2

Please sign in to comment.