Rafi Ali Khan
Rafi Ali Khan
Maybe this will help... Using groupby and filter in a nested tree http://plnkr.co/edit/JLsVzi?p=preview
Same issue, anyone solved this for IOS, this is the only thing pending in the App before the release? Works fine on Android. My App Settings in the Simulator and...
Try the update from here - https://github.com/ypelud/cordova-plugin-geofence/tree/d2e1f22340ac2cd07559598fd290df462e75055d/src/ios Just copy paste the contents of the 3 files ([GeoFencePlugin.swift](https://github.com/ypelud/cordova-plugin-geofence/blob/d2e1f22340ac2cd07559598fd290df462e75055d/src/ios/GeofencePlugin.swift) , [SwiftData.swift](https://github.com/ypelud/cordova-plugin-geofence/blob/d2e1f22340ac2cd07559598fd290df462e75055d/src/ios/SwiftData.swift), [SwiftyJson.swift](https://github.com/ypelud/cordova-plugin-geofence/blob/d2e1f22340ac2cd07559598fd290df462e75055d/src/ios/SwiftData.swift)) into your XCode build where you notice build errors for...
@hesrun Were you able to solve this problem? Edit: Got this working for iOS. Look for the updateView function in OpenTokPlugin.m file and add the following line just after this...
@Shtibel We are using https://github.com/opentok/cordova-plugin-opentok but applied the same idea used in https://github.com/talkspiritlab/cordova-plugin-opentok. This solution is to solve the problem of html actions button not triggering the click events. For...