cordova - get objective-c pointer to textbox in ViewController:CDVViewController html -
i writing cordova, ios app (i don't use phone gap) loads single html file in viewcontroller : cdvviewcontroller (cordova 2.5.0). have text box in html file. html file lives in viewcontroller.
my question this: expression use within event handler in viewcontroller.m file, evaluate mytextbox, lives in html file?
my textbox looks this:
<input type="text" id="mytextbox" >
use uitextfieldtextdidbegineditingnotification instead of uikeyboardwillshownotification. should allow access object key.
Comments
Post a Comment