diff --git a/Appteste b/Appteste new file mode 100644 index 000000000..755a93ea1 --- /dev/null +++ b/Appteste @@ -0,0 +1,173 @@ + + + + + +WS Battle Royale + + + + + + + +
+ + + + + + + diff --git a/docs/plugins.mdx b/docs/plugins.mdx deleted file mode 100644 index 1d48d9fc6..000000000 --- a/docs/plugins.mdx +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: Capacitor Plugins -description: Capacitor Plugins ---- - -import DocCard from '@theme/DocCard'; -import DocCardList from '@theme/DocCardList'; - -# Capacitor Plugins - -Plugins in Capacitor enable JavaScript to interface directly with Native APIs. - - - -

Official Plugins are maintained by the Capacitor Team

-
- -

Community Plugins are maintained by the Capacitor Community

-
-
- -
- -Web apps can access the full power of Native APIs with plugins. Plugins wrap common native operations that might use very different APIs across platforms while exposing a consistent, cross-platform API to JavaScript. - -Additionally, the plugin capability in Capacitor makes it possible for teams with a mix of traditional native developers and web developers to work together on different parts of the app. - -Capacitor automatically generates JavaScript hooks on the client, so most plugins only need to use Swift/Obj-C for iOS and/or Java/Kotlin for Android. Of course, adding custom JavaScript for a plugin is also possible.