From 431e12d90313f42c8a0a7d9fdedb19db064cd560 Mon Sep 17 00:00:00 2001 From: Shiva Prasad Date: Fri, 17 May 2024 16:18:37 +1200 Subject: [PATCH 1/5] feat(photoviewer): added support for passing custom headers for Android and iOS --- README.md | 11 +++++----- .../org.eclipse.buildship.core.prefs | 4 ++-- android/local.properties | 4 ++-- .../fragments/GalleryFullscreenFragment.kt | 5 ++++- .../photoviewer/fragments/ImageFragment.kt | 15 +++++++++++-- .../fragments/ScreenSlidePageFragment.kt | 21 ++++++++++++++----- docs/API.md | 1 + .../OnePhoto/OneImageViewController.swift | 10 ++++----- .../ImageScrollViewController.swift | 2 +- ios/Plugin/PhotoViewer.swift | 15 ++++++++++--- ios/Podfile | 9 ++++++++ src/definitions.ts | 12 +++++++---- 12 files changed, 79 insertions(+), 30 deletions(-) diff --git a/README.md b/README.md index bf9cc5c..5ec509c 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Capacitor community plugin for Web and Native Photo Viewer allowing to open full A picture can be acessed by image web url, base64 data or from internal device for iOS and Android.

-- iOS +- iOS