张文进

Results 5 issues of 张文进

// 设置是否自动回调 if (self.isAutoSelect) { if(_resultBlock) { if (self.isSingleColumn) { NSString *str = [NSString stringWithFormat:@"%ld",[_dataSource indexOfObject:self.selectedItem]]; _resultBlock([self.selectedItem copy],[str copy]); } else { NSMutableArray *selectRowAry = [NSMutableArray array]; for (int i...

On iOS 17 and iOS 18 phones, clicking on Normal and selecting Header 1 or Header 2 will hide the keyboard. This issue does not occur on iOS 16 and...

我想要添加视频,附件,音频。想添加图片一样,添加进入,应该怎么处理呢? 像这样的MU.insertImage

MU.insertDiv = function(string,alt) { const div = _inserDivAtSelection(string, alt); _callbackInput(); return div; } const _inserDivAtSelection = function(string, alt, dimensions) { const sel = document.getSelection(); const range = sel.getRangeAt(0); const div...