summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.xml8
-rw-r--r--package.json4
-rw-r--r--www/css/style.css44
3 files changed, 6 insertions, 50 deletions
diff --git a/config.xml b/config.xml
index d13597cf..23f12638 100644
--- a/config.xml
+++ b/config.xml
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
-<widget android-packageName="com.pliablepixels.zmninja_pro" id="com.pliablepixels.zmninja_pro" ios-CFBundleIdentifier="com.pliablepixels.zmninja-pro" version="1.3.076" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0">
+<widget android-packageName="com.pliablepixels.zmninja_pro" id="com.pliablepixels.zmninja_pro" ios-CFBundleIdentifier="com.pliablepixels.zmninja-pro" version="1.3.077" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>zmNinja</name>
<description>
High performance ZoneMinder client
@@ -176,10 +176,10 @@
<plugin name="cordova-plugin-photo-library" spec="https://github.com/nilebma/cordova-plugin-photo-library.git">
<variable name="PHOTO_LIBRARY_USAGE_DESCRIPTION" value=" " />
</plugin>
- <plugin name="cordova-plugin-media-pp-fork" spec="^1.0.2-dev" />
- <engine name="ios" spec="4.5.5" />
- <engine name="android" spec="8.0.0" />
<plugin name="cordova-plugin-ionic-webview" spec="https://github.com/pliablepixels/cordova-plugin-ionic-webview.git">
<variable name="ANDROID_SUPPORT_ANNOTATIONS_VERSION" value="27.+" />
</plugin>
+ <plugin name="cordova-plugin-media-pp-fork" spec="^1.0.2-dev" />
+ <engine name="ios" spec="4.5.5" />
+ <engine name="android" spec="8.0.0" />
</widget>
diff --git a/package.json b/package.json
index c72cc491..a67229ec 100644
--- a/package.json
+++ b/package.json
@@ -55,11 +55,11 @@
"cordova-plugin-photo-library": {
"PHOTO_LIBRARY_USAGE_DESCRIPTION": "Save monitor photos to albums "
},
- "cordova-plugin-media-pp-fork": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-ionic-webview": {
"ANDROID_SUPPORT_ANNOTATIONS_VERSION": "27.+"
- }
+ },
+ "cordova-plugin-media-pp-fork": {}
}
},
"dependencies": {
diff --git a/www/css/style.css b/www/css/style.css
index f52c0f38..8bb8c692 100644
--- a/www/css/style.css
+++ b/www/css/style.css
@@ -1897,47 +1897,3 @@ body {
}
-/*Disabling platform specific tweaks */
-.platform-ios.platform-cordova:not(.fullscreen) .bar-header
-{
- height: 44px !important;
-}
-.platform-ios.platform-cordova:not(.fullscreen) .bar-header:not(.bar-subheader)
-{
- height: 44px !important;
-}
-
-.platform-ios.platform-cordova:not(.fullscreen) .bar-header:not(.bar-subheader).item-input-inset .item-input-wrapper
-{
- margin-top: 0px !important;
-}
-
-.platform-ios.platform-cordova:not(.fullscreen) .bar-header:not(.bar-subheader) > *
-{
- margin-top: 0px !important;
-}
-
-.platform-ios.platform-cordova:not(.fullscreen) .tabs-top > .tabs, .platform-ios.platform-cordova:not(.fullscreen) .tabs.tabs-top
-{
- top: 44px !important;
-}
-
-.platform-ios.platform-cordova:not(.fullscreen) .has-header, .platform-ios.platform-cordova:not(.fullscreen) .bar-subheader
-{
- top: 44px !important;
-}
-
-.platform-ios.platform-cordova:not(.fullscreen) .has-subheader {
- top: 88px !important;
-}
-
-
-
- /* @media screen and (-webkit-min-device-pixel-ratio:0) {
- select,
- textarea,
- input {
- font-size: 16px;
- }
- }*/
- \ No newline at end of file