Hello,
I am working on a APP, in which I need to enable and disable the hotspot from the Ionic APP.
Ionic Version - 6
Could anyone help me out?
Thank You
Hello,
I am working on a APP, in which I need to enable and disable the hotspot from the Ionic APP.
Ionic Version - 6
Could anyone help me out?
Thank You
Hi @akshaykkulkarni,
you could use @nativescript/capacitor
. It provides a bridge to access all native device features. Here is an example how to change the screen brightness. Maybe this helps archiving your goal.
Hello @mariusbolik,
NativeScript doesn’t have plugin for managing hotspot.
of course is not, it’s not a plugin library. There is no plugin which you seek. you need to write your own custom code. Either using nativeScript or you can create a plugin using capacitor.