xiongzhu %!s(int64=4) %!d(string=hai) anos
pai
achega
4c51ef9613

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

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

+ 2 - 1
capacitor.config.json

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

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

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