feat(android): fetch thumbnail image from any webpage link

This commit is contained in:
Tom (plebeius.eth)
2024-10-15 17:39:02 +02:00
parent 19fe788fc7
commit 6f8a6e38d4
10 changed files with 25 additions and 41 deletions
@@ -4,8 +4,8 @@
"webDir": "build",
"bundledWebRuntime": false,
"plugins": {
"Device": {
"lazyLoad": true
"CapacitorHttp": {
"enabled": true
}
}
}
@@ -2,9 +2,5 @@
{
"pkg": "@capacitor/app",
"classpath": "com.capacitorjs.plugins.app.AppPlugin"
},
{
"pkg": "@capacitor/device",
"classpath": "com.capacitorjs.plugins.device.DevicePlugin"
}
]