Shiva Prasad

Results 133 comments of Shiva Prasad

yes you can use view child method and then do something like this.profilePic.nativeElement to access the {N} widget :)

Please take a look at this file https://github.com/bthurlow/nativescript-imagecropper/blob/master/service-example/image-upload-service.js it contains an example of how to use this plugin with nativescript-background-http :)

@jacopo69 In your strings.xml for android, try setting `{{ your custom string here }}`

You can programmatically set the string resource value for ucrop_label_edit_photo for Android

@jannomeister can you share the snippet of how you are trying to call this plugin from your modal page please?

@jannomeister Can you test if the changes in #44 fixes this?

No, you could make those changes in `node_modules/nativescript-imagecropper/nativescript-imagecropper.ios.js` and let me know if it works

Can you try var page = frame.topmost().currentPage.ios.controller

Ok i'll try something tonight

Thanks for the sample app. That helps