NSMutableSet *loading_;
bool error_;
bool reloading_;
+
+ //UIKeyboard *keyboard_;
}
@end
if (confirm_ != nil)
[confirm_ release];
+ //[keyboard_ release];
+
[scroller_ release];
[indicator_ release];
[loading_ release];
NSString *homepage([configuration objectForKey:@"Homepage"]);
[self loadURL:[NSURL URLWithString:homepage]];
+
+ /*[UIKeyboard initImplementationNow];
+ CGSize keysize = [UIKeyboard defaultSize];
+ CGRect keyrect = {{0, [self bounds].size.height - 100}, keysize};
+ keyboard_ = [[UIKeyboard alloc] initWithFrame:keyrect];
+ [self addSubview:keyboard_];
+
+ [self addSubview:[[UITextView alloc] initWithFrame:CGRectMake(200, 0, 100, 100)]];
+ [self addSubview:[[UITextView alloc] initWithFrame:CGRectMake(200, 150, 100, 100)]];
+ [self addSubview:[[UITextView alloc] initWithFrame:CGRectMake(200, 300, 100, 100)]];*/
} return self;
}
[self view:sender didSetFrame:frame];
}
+- (void) formAssistant:(id)sender didBeginEditingFormNode:(id)node {
+}
+
+- (void) formAssistant:(id)sender didEndEditingFormNode:(id)node {
+ [self fixScroller];
+}
+
- (void) webView:(WebView *)sender willBeginEditingFormElement:(id)element {
editing_ = true;
}
Section: Development
Maintainer: Jay Freeman (saurik) <saurik@saurik.com>
Architecture: iphoneos-arm
-Version: 0.9.3105-1
+Version: 0.9.3106-1
Description: framework for managing lock screen plugins
Name: Cydget
Depends: mobilesubstrate (>= 0.9.2587-1), firmware (>= 2.2), preferenceloader, apr-lib, pcre, cycript (>= 0.9.292-1)