iphone - Show keyboard in contenteditable UIWebView programmatically -


मेरे UIWebView एक contenteditable HTML सामग्री लोड करता है मैं UIWebView को ध्यान केंद्रित करने और UIWebView में कुंजीपटल दिखाने देना चाहता हूं।

मैं [self.webview becomefirstResponder] का उपयोग करता हूं, लेकिन यह काम नहीं करता है। क्या विधि के आसपास कोई काम है?

धन्यवाद।

UIwebview संपादन योग्य नहीं है और आप इसे पहले उत्तरदाता नहीं बना सकते जहां आप उस प्रयोजन के लिए जावास्क्रिप्ट का उपयोग कर सकते हैं, इस उत्तर की कोशिश करें



Comments

Popular posts from this blog

Python SQLAlchemy:AttributeError: Neither 'Column' object nor 'Comparator' object has an attribute 'schema' -

java - How not to audit a join table and related entities using Hibernate Envers? -

mongodb - CakePHP paginator ignoring order, but only for certain values -