diff --git a/android/app/src/main/res/xml/config.xml b/android/app/src/main/res/xml/config.xml
index 1b1b0e0d..0886a477 100644
--- a/android/app/src/main/res/xml/config.xml
+++ b/android/app/src/main/res/xml/config.xml
@@ -2,5 +2,9 @@
+
+
+
+
\ No newline at end of file
diff --git a/components/home/BookshelfNavBar.vue b/components/home/BookshelfNavBar.vue
index 8706236b..2508120b 100644
--- a/components/home/BookshelfNavBar.vue
+++ b/components/home/BookshelfNavBar.vue
@@ -62,9 +62,9 @@ export default {
items.push({
to: '/bookshelf/search',
routeName: 'bookshelf-search',
- iconPack: 'abs-icons',
- icon: 'podcast',
- iconClass: 'text-lg',
+ iconPack: 'material-icons',
+ icon: 'podcasts',
+ iconClass: 'text-xl',
text: 'Search'
})
}
diff --git a/ios/App/App/config.xml b/ios/App/App/config.xml
index 1b1b0e0d..b43c248f 100644
--- a/ios/App/App/config.xml
+++ b/ios/App/App/config.xml
@@ -2,5 +2,9 @@
+
+
+
+
\ No newline at end of file
diff --git a/ios/App/Podfile b/ios/App/Podfile
index 5f4f5572..331b14d2 100644
--- a/ios/App/Podfile
+++ b/ios/App/Podfile
@@ -9,12 +9,13 @@ install! 'cocoapods', :disable_input_output_paths => true
def capacitor_pods
pod 'Capacitor', :path => '../../node_modules/@capacitor/ios'
pod 'CapacitorCordova', :path => '../../node_modules/@capacitor/ios'
- pod 'CapacitorApp', :path => '../../node_modules/@capacitor/app'
- pod 'CapacitorDialog', :path => '../../node_modules/@capacitor/dialog'
- pod 'CapacitorHaptics', :path => '../../node_modules/@capacitor/haptics'
- pod 'CapacitorNetwork', :path => '../../node_modules/@capacitor/network'
- pod 'CapacitorStatusBar', :path => '../../node_modules/@capacitor/status-bar'
- pod 'CapacitorStorage', :path => '../../node_modules/@capacitor/storage'
+ pod 'CapacitorApp', :path => '..\..\node_modules\@capacitor\app'
+ pod 'CapacitorDialog', :path => '..\..\node_modules\@capacitor\dialog'
+ pod 'CapacitorHaptics', :path => '..\..\node_modules\@capacitor\haptics'
+ pod 'CapacitorNetwork', :path => '..\..\node_modules\@capacitor\network'
+ pod 'CapacitorStatusBar', :path => '..\..\node_modules\@capacitor\status-bar'
+ pod 'CapacitorStorage', :path => '..\..\node_modules\@capacitor\storage'
+ pod 'CordovaPlugins', :path => '../capacitor-cordova-ios-plugins'
end
target 'Audiobookshelf' do
diff --git a/pages/bookshelf/search.vue b/pages/bookshelf/search.vue
index a956438e..6a7fa426 100644
--- a/pages/bookshelf/search.vue
+++ b/pages/bookshelf/search.vue
@@ -8,7 +8,7 @@
-