@soyio/soyio-widget 2.0.2 → 2.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -28,6 +28,10 @@ yarn add @soyio/soyio-widget
|
|
|
28
28
|
|
|
29
29
|
Integrate the widget into your frontend framework using the script below. Ensure to replace placeholders (e.g., \<request>, \<company id>) with actual values relevant to your implementation.
|
|
30
30
|
|
|
31
|
+
## Browser compatibility notes
|
|
32
|
+
|
|
33
|
+
**Important Safari Limitation**: In Safari browsers, the widget can only be opened as a result of a direct user interaction (like a click event). This is due to Safari's security policies regarding popup windows. Always ensure the widget initialization is triggered by a user action when supporting Safari browsers.
|
|
34
|
+
|
|
31
35
|
### 1. Disclosure Request
|
|
32
36
|
|
|
33
37
|
A **`disclosure_request`** is a process that a user goes through where they are verified, and then they share the necessary data as required by each company.
|