diff --git a/ios/App/Podfile b/ios/App/Podfile index 79de82432..f74deb023 100644 --- a/ios/App/Podfile +++ b/ios/App/Podfile @@ -24,6 +24,7 @@ def capacitor_pods pod 'CapacitorShare', :path => '../../node_modules/@capacitor/share' pod 'CapacitorStorage', :path => '../../node_modules/@capacitor/storage' pod 'CapawesomeCapacitorFilePicker', :path => '../../node_modules/@capawesome/capacitor-file-picker' + pod 'CapawesomeCapacitorScreenOrientation', :path => '../../node_modules/@capawesome/capacitor-screen-orientation' pod 'SentryCapacitor', :path => '../../node_modules/@sentry/capacitor' pod 'TeamhiveCapacitorVideoRecorder', :path => '../../node_modules/@teamhive/capacitor-video-recorder' pod 'CapacitorVideoPlayer', :path => '../../node_modules/capacitor-video-player' diff --git a/src/app/pages/gabinete-digital/expediente/expediente-detail/expediente-detail.page.html b/src/app/pages/gabinete-digital/expediente/expediente-detail/expediente-detail.page.html index e51c5fac4..d6581384e 100644 --- a/src/app/pages/gabinete-digital/expediente/expediente-detail/expediente-detail.page.html +++ b/src/app/pages/gabinete-digital/expediente/expediente-detail/expediente-detail.page.html @@ -19,6 +19,7 @@