Venkatesh Singh

Results 4 issues of Venkatesh Singh

$scope.$broadcast('eventSourceChanged', event); not working. I am updating my event based on select option value and the value is updating but the new events are not displaying instead the event generated...

I want to give spacing in linechart between the labels and the X-axis, how can i achieve this ? Because at zero condition the circle and the labels are touching...

Hi, I am using ionic v3 and v4 both with this plugin and I want to get IP address list of all the devices connected to wifi router (not my...

``` this.hotspot.createHotspot('MyHotspot', 'Open', '').then(resp => { console.log("Hotspot started ", resp); this.hotspot.startHotspot().then(resp => { console.log("StartHotspot ", resp); }).catch(err => { console.log("StartHotspot error ", err); }) }).catch(err => { console.log("Hotspot error ",...