You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/03/06 10:08:40 UTC

[GitHub] [cordova-plugin-wkwebview-engine] brucehelen opened a new issue #81: Why WKWebView has 20pt offset?

brucehelen opened a new issue #81: Why WKWebView has 20pt offset?
URL: https://github.com/apache/cordova-plugin-wkwebview-engine/issues/81
 
 
   # Bug Report
   
   ## Problem
   
   ### What is expected to happen?
   Hi, I am using cordova for my iOS app. Why WKWebView has 20pt offset?
   
   
   ### What does actually happen?
   <img width="750" alt="wkwebview-20px" src="https://user-images.githubusercontent.com/5308436/53872865-19676c80-403a-11e9-9826-645976daac84.png">
   
   
   ## Information
   WKWebView: 0x10a043a00; frame = (0 0; 375 667)
   WKContentView: 0x10a044000; frame = (0 0; 375 647)
   667 - 647 = 20
   
   ### Command or Code
   
   
   ### Environment, Platform, Device
   iPhone 6 Plus iOS 12.1
   
   
   
   ### Version information
   ```json
   {
   "dependencies": {
           "code-push": "^2.0.6",
           "cordova-android": "^7.1.4",
           "cordova-ios": "^4.5.5",
           "cordova-plugin-add-swift-support": "^1.7.2",
           "cordova-plugin-camera": "^4.0.3",
           "cordova-plugin-code-push": "^1.11.17",
           "cordova-plugin-compat": "^1.2.0",
           "cordova-plugin-device": "^2.0.2",
           "cordova-plugin-dialogs": "^2.0.1",
           "cordova-plugin-file": "^4.3.3",
           "cordova-plugin-file-transfer": "^1.6.3",
           "cordova-plugin-jcore": "^1.2.7",
           "cordova-plugin-qrscanner": "^2.6.0",
           "cordova-plugin-splashscreen": "^5.0.2",
           "cordova-plugin-whitelist": "^1.3.3",
           "cordova-plugin-wkwebview-engine": "^1.1.4",
           "cordova-plugin-zip": "^3.1.0",
           "cordova-sms-plugin": "^0.1.13",
           "jpush-phonegap-plugin": "^3.6.3"
       },
       "cordova": {
           "plugins": {
               "cordova-plugin-camera": {},
               "cordova-plugin-whitelist": {},
               "cordova-plugin-qrscanner": {},
               "cordova-sms-plugin": {},
               "cordova-plugin-splashscreen": {},
               "cordova-plugin-wkwebview-engine": {},
               "cordova-plugin-code-push": {},
               "cordova-plugin-file": {},
               "cordova-plugin-file-transfer": {},
               "cordova-plugin-zip": {},
               "jpush-phonegap-plugin": {
                   "APP_KEY": "516c01129ec34e64ec5e462d",
                   "CHANNEL": "developer-default"
               }
           },
           "platforms": [
               "android",
               "ios"
           ]
       }
   }
   ```
   
   ## Checklist
   
   - [x] I searched for existing GitHub issues
   - [x] I updated all Cordova tooling to most recent version
   - [x] I included all the necessary information above
   

----------------------------------------------------------------
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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org