PositronJS
An Advanced Web View based Maui Project. This project was inspired from Cordova/Capacitor. However, building native plugins is very time consuming.
Maui offers single language to write native plugins easy on any platform. So we decided to create Capacitor for Maui.
Access Native API right from the browser pages.
Getting Started
- Create an empty folder
- Run
npm init
- Run
npm install -s @positron-js/cli
- Run
node ./node_modules/@positron-js/cli init
- Run
npm install
again.