cordova - PhoneGap iOS CDVViewController not responding to touches -


so have created own uiviewcontroller , placed following lines inside viewdidload. view draws fine unresponsive touch. might cause problem?

- (void)viewdidload {     [super viewdidload];      cdvviewcontroller* viewcontroller = [cdvviewcontroller new];     viewcontroller.view.frame = self.view.bounds;     [self.view addsubview:viewcontroller.view];      [self addchildviewcontroller:viewcontroller]; } 

i'm using phonegap 2.8/2.9 , ios 6.1


Comments

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -