ionic-team / ionic-team/cordova-plugin-ionic-webview
Problem with text selection after usage input.
- Dominant language
- Objective-C
- Stars
- 493
- Forks
- 410
- PR merge metrics
- No merged PRs in 30d
Description
Hello, i install fresh starter tabs project add few input and -webkit-user-select: text; for text node. After i use any of input i cant select text.
Without cordova-plugin-ionic-webview all works fine.
My config:
```javascript
Ionic:
ionic (Ionic CLI) : 4.0.2 (/usr/local/lib/node_modules/ionic)
Ionic Framework : ionic-angular 3.9.2
@ionic/app-scripts : 3.2.0
Cordova:
cordova (Cordova CLI) : 8.0.0
Cordova Platforms : ios 4.5.5
System:
ios-deploy : 2.0.0
ios-sim : 7.0.0
NodeJS : v8.11.3 (/usr/local/bin/node)
npm : 5.6.0
OS : macOS
Xcode : Xcode 9.4.1 Build version 9F2000
```

if run from xcode, you can get error like this:
```javascript
2018-10-10 16:54:56.033210+0300 MyApp [11177:149405] API error:
<_UIKBCompatInputView: 0x7fc3e0429510; frame = (0 0; 0 0); layer = > returned 0 width, assuming UIViewNoIntrinsicMetric
2018-10-10 16:54:56.033460+0300 MyApp [11177:149405] API error:
<_UIKBCompatInputView: 0x7fc3e0429510; frame = (0 0; 0 0); layer = > returned 0 width, assuming UIViewNoIntrinsicMetric
```
Contributor guide
Assessment
This issue has not been assessed yet.