You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by GitBox <gi...@apache.org> on 2020/12/16 01:20:08 UTC

[GitHub] [incubator-weex] yuditxj opened a new issue #3313: [iOS] iOS14.2 页面中存在大于2个 input type='password' 时九宫格输入法无法正常输入英文

yuditxj opened a new issue #3313:
URL: https://github.com/apache/incubator-weex/issues/3313


   <!--
   Thanks for using Weex. Github Issue is only used for bur report and please follow the template to report the bug. 
   A good bug report should include the following information:
   -->
   
   <!-- Requirements: please go through this checklist before opening a new issue
     - * Review the documentation: https://weex.apache.org/index.html
     - * Search for existing issues: https://github.com/apache/incubator-weex/issues
     - * Use the latest Weex release: https://github.com/apache/incubator-weex/releases -->
   
   
   ## Describe the bug
   <!-- A clear and concise description of what the bug is. -->
   iOS14.2设置成九宫格输入法,页面中存在两个<input type="password"  输入框时,无法正常输入
   
   示例代码:
   <template>
     <div style="justify-content:center">
   		<input type="text" placeholder="其他内容"/>
   		<input type="password" placeholder="输入密码1"/>
   		<input type="password" placeholder="输入密码2"/>
     </div>
   </template>
   
   <script>
     export default {
       data () {
         return {
           message: 'Hello Weex!'
         }
       }
     }
   </script>
   
   <style scoped>
     .text {
       color: #41B883;
       text-align: center;
       font-size: 100px;
     }
   </style>
   ## To Reproduce
   <!-- Steps to reproduce the behavior.  Include a MCVE using http://dotwe.org/vue , crash stacktrace or  share your app project. Please follow the guidelines for providing a MCVE: https://stackoverflow.com/help/mcve -->
   
   ## Environment
   <!-- 
   * Device: iPhone X iPhone XR
   * OS: iOS14.2
   * Version latest
   * Build from source [e.g. yes/no] -->
   
   ## Expected behavior
   <!-- A clear and concise description of what you expected to happen. -->
   
   ## Screenshots
   <!-- If applicable, add screenshots to help explain your problem. -->
   
   ## Additional context
   <!-- Add any other context about the problem here.-->
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-weex] yangxiutao commented on issue #3313: [iOS] iOS14.2 页面中存在大于2个 input type='password' 时九宫格输入法无法正常输入英文

Posted by GitBox <gi...@apache.org>.
yangxiutao commented on issue #3313:
URL: https://github.com/apache/incubator-weex/issues/3313#issuecomment-751649760


   同样的问题,请问解决了吗?


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org