marchein / capacitor-nfc-techtype-issue

This repository contains a minimal, reproducible example of the tech type not supported problem ...

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

capacitor-app

⚡️ Capacitor app template to create a minimal, reproducible example.

This app was created using @capacitor/create-app, and comes with a very minimal shell for building an app.

This template only support the web platform by default. If you need the Android or iOS platform for your example, simply add it via the Capacitor CLI:

npm install @capacitor/<platform>
npx cap add <platform>

Running this example

To run the provided example, you can use npm start command.

npm start

About

This repository contains a minimal, reproducible example of the tech type not supported problem ...

License:MIT License


Languages

Language:JavaScript 42.7%Language:Swift 27.1%Language:Java 11.6%Language:Ruby 7.9%Language:HTML 7.0%Language:TypeScript 3.4%Language:CSS 0.4%