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 2020/04/09 14:37:53 UTC

[GitHub] [cordova-plugin-wkwebview-engine] BraydenGirard opened a new issue #143: Blank screen after using plugin-wkwebview-engine

BraydenGirard opened a new issue #143: Blank screen after using plugin-wkwebview-engine
URL: https://github.com/apache/cordova-plugin-wkwebview-engine/issues/143
 
 
   # Bug Report
   White screen after plugin install
   
   ## Problem
   I have bumped my cordova-ios version from 5.0.0 to 5.1.1 in order to use this plugin and remove uiwebview from project. When I add this plugin I now get a white screen with no errors. Any help would be greatly appreciated.
   
   ### What is expected to happen?
   App launch like normal but without uiwebview
   
   
   ### What does actually happen?
   App launches with white screen.
   
   
   ## Information
   <!-- Include all relevant information that might help understand and reproduce the problem -->
   ![Screen Shot 2020-04-09 at 10 37 07 AM](https://user-images.githubusercontent.com/3247657/78907050-2715cf80-7a4e-11ea-80f4-a4d71ea92230.png)
   
   
   
   ### Command or Code
   <!-- What command or code is needed to reproduce the problem? -->
   
   
   
   ### Environment, Platform, Device
   <!-- In what environment, on what platform or on which device are you experiencing the issue? -->
   
   
   
   ### Version information
   <!-- 
   What are relevant versions you are using?
   For example:
   Cordova: Cordova CLI, Cordova Platforms, Cordova Plugins 
   Other Frameworks: Ionic Framework and CLI version
   Operating System, Android Studio, Xcode etc.
   -->
   
   
   
   ## Checklist
   <!-- Please check the boxes by putting an x in the [ ] like so: [x] -->
   
   - [ ] I searched for existing GitHub issues
   - [ ] I updated all Cordova tooling to most recent version
   - [ ] 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


[GitHub] [cordova-plugin-wkwebview-engine] BraydenGirard commented on issue #143: Blank screen after using plugin-wkwebview-engine

Posted by GitBox <gi...@apache.org>.
BraydenGirard commented on issue #143: Blank screen after using plugin-wkwebview-engine
URL: https://github.com/apache/cordova-plugin-wkwebview-engine/issues/143#issuecomment-612952272
 
 
   I have removed all my plugins and test my app without this plugin, everything works fine on cordova-ios 5.0.0. I can confirm that this plugin is causing the white screen issue.

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


[GitHub] [cordova-plugin-wkwebview-engine] breautek commented on issue #143: Blank screen after using plugin-wkwebview-engine

Posted by GitBox <gi...@apache.org>.
breautek commented on issue #143: Blank screen after using plugin-wkwebview-engine
URL: https://github.com/apache/cordova-plugin-wkwebview-engine/issues/143#issuecomment-611574176
 
 
   Can you confirm that the config has been added to your `config.xml`
   
   ```xml
   <feature name="CDVWKWebViewEngine">
     <param name="ios-package" value="CDVWKWebViewEngine" />
   </feature>
   
   <preference name="CordovaWebViewEngine" value="CDVWKWebViewEngine" />
   ```
   
   https://github.com/apache/cordova-plugin-wkwebview-engine#configxml

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


[GitHub] [cordova-plugin-wkwebview-engine] BradCB commented on issue #143: Blank screen after using plugin-wkwebview-engine

Posted by GitBox <gi...@apache.org>.
BradCB commented on issue #143: Blank screen after using plugin-wkwebview-engine
URL: https://github.com/apache/cordova-plugin-wkwebview-engine/issues/143#issuecomment-611584795
 
 
   I had the same kinda issue and had to add https://github.com/apache/cordova-plugins/blob/wkwebview-engine-localhost/README.md and the other requirements detailed on the git readme to work.

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


[GitHub] [cordova-plugin-wkwebview-engine] BraydenGirard commented on issue #143: Blank screen after using plugin-wkwebview-engine

Posted by GitBox <gi...@apache.org>.
BraydenGirard commented on issue #143: Blank screen after using plugin-wkwebview-engine
URL: https://github.com/apache/cordova-plugin-wkwebview-engine/issues/143#issuecomment-611595394
 
 
   Hmm, do you know what your config.xml looks like now, specifically the plugin tags? I am having issues using cordova plugin add since this project has a complicated build chain using a Grunt file. To test this I was hoping to just add the localhost plugin you referenced into my config.xml and then run my grunt task.

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


[GitHub] [cordova-plugin-wkwebview-engine] breautek commented on issue #143: Blank screen after using plugin-wkwebview-engine

Posted by GitBox <gi...@apache.org>.
breautek commented on issue #143: Blank screen after using plugin-wkwebview-engine
URL: https://github.com/apache/cordova-plugin-wkwebview-engine/issues/143#issuecomment-612959241
 
 
   Are there any reported javascript errors in the safari web inspector? Do note that you'll need to refresh the webview once the inspector is opened to see any startup errors because I don't think safari shows any logging before the inspector is connected. You should able to do this by pressing cmd+r in while the web inspector is focused.
   
   I would think javascript errors to show in the xcode log, but someone I think on slack was having problems with this, so best to double check safari web inspector to be sure.

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


[GitHub] [cordova-plugin-wkwebview-engine] BraydenGirard commented on issue #143: Blank screen after using plugin-wkwebview-engine

Posted by GitBox <gi...@apache.org>.
BraydenGirard commented on issue #143: Blank screen after using plugin-wkwebview-engine
URL: https://github.com/apache/cordova-plugin-wkwebview-engine/issues/143#issuecomment-611576998
 
 
   I have updated my original comment with images of relevant config sections. As you can see I have included the config.

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