Questions tagged [ionic2-select]
33 questions
0
votes
1 answer
Ionic2 camera image with canvas add text to that image
In my ionic2 app I am trying to add text to the image I capture from camera. I have a directive for that:
@Directive({
selector: '[draw-text]'
})
export class ImageDrawTextDirective {
@Input() text: any;
@HostListener('load',…

Thinker
- 5,326
- 13
- 61
- 137
0
votes
1 answer
how to make search-icon of ionic 2 in searchbox functional
i am using ionic 2 searchbox for searching the data in my list . My question is how to consol.log my data in that searchbox, when i click on search ion in that which is present in the searchbar .
or is there any other method to filter the data…

inoxe
- 89
- 4
- 11
0
votes
1 answer
ionic 2 error when start new project
E:\SocialLoginDemo>ionic start HelloWorld12 blank --v2
Creating Ionic app in folder E:\SocialLoginDemo\HelloWorld12 based on blank project
Installing npm packages...
Error with start undefined
Error Initializing app: There was an error with the…

amit sarma
- 1
- 1