Skip to content

Commit

Permalink
release 14.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DannyOnfido committed Feb 1, 2024
1 parent 61f8024 commit 11940b6
Show file tree
Hide file tree
Showing 13 changed files with 6 additions and 54 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ All Onfido Smart Capture SDKs are orchestrated using [Onfido Studio](https://dev

The Onfido Web SDK is specifically designed for integrating web applications and easily managing cross-device experiences.

![Various views from the SDK](../demo/screenshots.jpg)
![Various views from the SDK](./demo/screenshots.jpg)

### Environments and testing with the SDK

Expand Down Expand Up @@ -309,7 +309,7 @@ For further customization, please contact your Onfido Solution Engineer or Custo

The most effective way to add your brand to the footer watermark, is by use of the `cobrand` property under `enterpriseFeatures`. This property takes a `text` parameter.

![Example of text cobranding](../demo/text_co_brand.png)
![Example of text cobranding](./demo/text_co_brand.png)

```javascript
Onfido.init({
Expand Down Expand Up @@ -381,13 +381,13 @@ language: {

In order to identify text that can be overridden and locate their exact keys, you should use a browser inspector and indentify `div` blocks with the attribute name `data-i18n-token`.

![Example of how to use an html inspector to find a text key](../demo/inspector.png)
![Example of how to use an html inspector to find a text key](./demo/inspector.png)

### Cross-device navigation

The Web SDK offers a cross-device flow where desktop users are directed to continue on their mobile device browser to complete the capture process. This provides a vastly improved image quality versus a typical desktop webcam and increases the likelihood of successful live capture.

![Force cross-device flow](../demo/cross-device.png)
![Force cross-device flow](./demo/cross-device.png)

Three options are offered to the user to resume the flow on a mobile device browser:

Expand Down Expand Up @@ -662,7 +662,7 @@ The Document Capture step is typically organised in three parts:
The customization options available all relate to the country and document type selection screen.
By default, the selection screen is shown with the country selection being empty.

![Choose documents type](../demo/choose-document.png)
![Choose documents type](./demo/choose-document.png)
_The above images are for web SDK versions 8.3.0+_

Depending on the customization options defined in this step or the 'allowed countries' defined in your [Dashboard](https://dashboard.onfido.com/), either the country or document type selection screens might not be shown:
Expand All @@ -676,7 +676,7 @@ You can specify allowed issuing countries and document types for the document ca

- Dashboard : Otherwise, the recommended approach is to apply this configuration globally in the [Dashboard](https://dashboard.onfido.com/) under Accounts \ Supported Documents. This option also ensures that the list is enforced as part of the Document Report validation. Any document that has been uploaded by an end user against your guidance will result in a Document Report sub-result of "rejected" and be flagged as `Image Integrity` > `Supported Document`.

![The Supported Documents tab in Dashboard](../demo/supported_documents_dashboard.png)
![The Supported Documents tab in Dashboard](./demo/supported_documents_dashboard.png)

- Run-time: For run-time configuration, the following `options` can be defined under the `document` step:

Expand Down
Binary file removed demo/cross-device-client-intro-example-1.png
Binary file not shown.
Binary file removed demo/cross-device-client-intro-example-2.png
Binary file not shown.
Binary file removed demo/cross-device-client-intro.png
Binary file not shown.
Binary file removed demo/cross-device-logo.png
Binary file not shown.
3 changes: 0 additions & 3 deletions demo/fiddle/README.md

This file was deleted.

17 changes: 0 additions & 17 deletions demo/fiddle/demo.css

This file was deleted.

8 changes: 0 additions & 8 deletions demo/fiddle/demo.details

This file was deleted.

1 change: 0 additions & 1 deletion demo/fiddle/demo.html

This file was deleted.

19 changes: 0 additions & 19 deletions demo/fiddle/demo.js

This file was deleted.

Binary file added demo/inspector.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added demo/text_co_brand.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed demo/upload-fallback.png
Binary file not shown.

0 comments on commit 11940b6

Please sign in to comment.