diff --git a/faq/the-loading-bar-keeps-spinning-when-capture-the-image-with-iphone.md b/faq/the-loading-bar-keeps-spinning-when-capture-the-image-with-iphone.md index 2db92d62..b5218432 100644 --- a/faq/the-loading-bar-keeps-spinning-when-capture-the-image-with-iphone.md +++ b/faq/the-loading-bar-keeps-spinning-when-capture-the-image-with-iphone.md @@ -11,15 +11,15 @@ permalink: /faq/the-loading-bar-keeps-spinning-when-capture-the-image-with-iphon # Error Troubleshooting -## The loading bar keeps spinning when capture the image with iPhone. +## The loading bar keeps spinning when capturing images with iPhone. ### Symptom -iOS 16.4 was released on March 27th, 2023. In this version, all browsers on iOS have begun to support `OffscreenCanvas`. Unfortunately, Apple's implementation of the API is still incomplete and is missing the important feature "webgl context". Please see the MDN docs on [OffscreenCanvas](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvas) for more details. +iOS 16.4 was released on March 27th, 2023. In this version, all browsers on iOS have begun to support `OffscreenCanvas`. Unfortunately, Apple's implementation of the API is still incomplete and is missing an important feature: "webgl context". Please see the MDN docs on [OffscreenCanvas](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvas) for more details. ### Cause -`OffscreenCanvas` is utilized in all versions of Dynamic Web TWAIN WASM Edition (You can ignore this issue if you are using Service Edition). After you upgrade your iOS to v16.4, the loading bar will keep spinning if you want to capture an image. +`OffscreenCanvas` is utilized in all versions of the Dynamic Web TWAIN Mobile Web Capture Edition. After you upgrade your iOS to v16.4, the loading bar will keep spinning when you try to capture an image. Note that the Service Edition is not affected by this issue. ### Resolution diff --git a/getstarted/vue3.md b/getstarted/vue3.md index 3513d939..1924b337 100644 --- a/getstarted/vue3.md +++ b/getstarted/vue3.md @@ -190,11 +190,11 @@ npm run dev #### On desktop -If you have installed `DWT` and have configured a valid `ProductKey` . You will have a working page to scan documents from your scanner now. Otherwise, you should see instructions on [this page]({{site.indepth}}features/initialize.html#installation-of-the-dynamsoft-service) that guides you on installing the library. +If you have installed `DWT` and have configured a valid `ProductKey`, you should now have a working page to scan documents from your scanner. Otherwise, please refer to [this page]({{site.indepth}}features/initialize.html#installation-of-the-dynamsoft-service) which explains how the library is initialized or contact us for further assistance. #### On mobile -For Android, the scanners that support ESCL can be used. +For Android, the scanners that support eSCL can be used. ## Official Samples