Jay
Results
2
comments of
Jay
In my case opening the accordion added "overflow: hidden" to the class ".page-content" for some weird reason.... So I added this to my app css file: ` .page-content{ overflow-y: scroll...
you have to create your own method. Adding this to your BLEPeripheralPlugin.m file should set you off in the right direction: ``` - (void)stopAdvertising:(CDVInvokedUrlCommand *)command { [manager stopAdvertising]; } ```...