xiongzhu 4 ani în urmă
părinte
comite
4c51ef9613

+ 2 - 1
android/app/src/main/assets/capacitor.config.json

@@ -21,5 +21,6 @@
         "captureInput": true,
         "captureInput": true,
         "webContentsDebuggingEnabled": true
         "webContentsDebuggingEnabled": true
     },
     },
-    "ios": {}
+    "ios": {},
+    "appendUserAgent": " Capacitor"
 }
 }

+ 2 - 1
capacitor.config.json

@@ -21,5 +21,6 @@
         "captureInput": true,
         "captureInput": true,
         "webContentsDebuggingEnabled": true
         "webContentsDebuggingEnabled": true
     },
     },
-    "ios": {}
+    "ios": {},
+    "appendUserAgent": " Capacitor"
 }
 }

+ 2 - 1
ios/App/App/capacitor.config.json

@@ -21,5 +21,6 @@
         "captureInput": true,
         "captureInput": true,
         "webContentsDebuggingEnabled": true
         "webContentsDebuggingEnabled": true
     },
     },
-    "ios": {}
+    "ios": {},
+    "appendUserAgent": " Capacitor"
 }
 }