Browse Source

MAY 02: [FIX] Bug Fixed 'image_capture_upload_widget'

pull/346/merge
Cybrosys Technologies 3 months ago
parent
commit
8c0e9174ee
  1. BIN
      image_capture_upload_widget/static/description/assets/screenshots/form_view1.png
  2. BIN
      image_capture_upload_widget/static/description/assets/screenshots/form_view2.png
  3. 46
      image_capture_upload_widget/static/description/index.html

BIN
image_capture_upload_widget/static/description/assets/screenshots/form_view1.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 105 KiB

BIN
image_capture_upload_widget/static/description/assets/screenshots/form_view2.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 175 KiB

46
image_capture_upload_widget/static/description/index.html

@ -392,8 +392,50 @@
</div>
<div class="col-md-12 mb-4">
<p style="font-weight:400; font-size:16px; line-height:150%; text-align:center; color:#64728f">
Add the 'capture_image' as the widget of an Image
field and also make sure to give camera permission
To add the 'capture_image' as the widget of an Image
field,enable debug mode and then go to the Form View of the page.
</p>
</div>
<div class="col-md-12 text-center">
<div class="d-inline-block p-3 shadow-sm"
style="background-color:#fff; border-radius:10px">
<img alt="" class="img-fluid"
loading="lazy"
src="./assets/screenshots/form_view1.png"
style="min-height: 1px;">
</div>
</div>
</div>
</div>
</div>
<div class="position-relative mb-4"
style="border-radius:10px; background-color:#f4f4f4">
<div class="p-md-5 p-3 position-relative">
<div class="row">
<div class="col-md-12 mb-4">
<p style="font-weight:400; font-size:16px; line-height:150%; text-align:center; color:#64728f">
Replace the current widget of the image field to 'capture_image' and Save.
</p>
</div>
<div class="col-md-12 text-center">
<div class="d-inline-block p-3 shadow-sm"
style="background-color:#fff; border-radius:10px">
<img alt="" class="img-fluid"
loading="lazy"
src="./assets/screenshots/form_view2.png"
style="min-height: 1px;">
</div>
</div>
</div>
</div>
</div>
<div class="position-relative mb-4"
style="border-radius:10px; background-color:#f4f4f4">
<div class="p-md-5 p-3 position-relative">
<div class="col-md-12 mb-4">
<p style="font-weight:400; font-size:16px; line-height:150%; text-align:center; color:#64728f">
Also make sure to give camera permission
in the browser, site settings.
</p>
</div>

Loading…
Cancel
Save