0
この編集可能な部門に文字制限を追加しようとしています。私が従うべき最善のアプローチは何ですか?あなたは、おそらく使用してのWebViewでJavaスクリプトを使用することができます編集可能部門の文字制限
NSString *html = [NSString stringWithFormat:@"<html><head><style>img{height:30px; width:auto;}</style></head><body style=\"background-color: transparent; padding:0; margin:0; background-image:url('%@'); background-repeat: no-repeat;\" ><div id=\"edit\" style=\"padding-top:50px; height:270px; padding-bottom:50px; padding-left:20px; padding-right:20px; \"> <div id=\"editable\" autofocus contenteditable=\"true\" style=\"font-size:25px; overflow:scroll; display:block; height:240px; \"></div></div></body></html>", imageURL];
ありがとうございました。心から感謝する。 @NikolaosVassos。 –
それは喜んで:) – Vignesh