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/11 13:05:11 UTC

[GitHub] [cordova-plugin-wkwebview-engine] SuryaAcube opened a new issue #82: Getting white screen(IOS App) after using the app for around 5 minutes.

SuryaAcube opened a new issue #82: Getting white screen(IOS App) after using the app for around 5 minutes.
URL: https://github.com/apache/cordova-plugin-wkwebview-engine/issues/82
 
 
   # Bug Report
   When we are navigating(routing)  between the  pages continuously , suddenly we are getting white screen. 
   ## Problem
   Getting white screen
   **Console Error  from x-code** : Error Route:  InvalidStateError: The object is in an invalid state.
   ### What is expected to happen?
   When we click on the any button which is suppose to redirect to other page, It is showing whitescreen instead of the actual page it should navigate(show).
   
   
   ### What does actually happen?
   Got white screen while navigating inside the app.
   
   ## Information
   <!-- Include all relevant information that might help understand and reproduce the problem -->
   
   
   
   ### 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? -->
   IOS, Mobile App, Iphone 6s
   
   ### 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.
   -->
   We are generating the build from build.phonegap.com
   
   Here is config which we are using : 
   ```
   <plugin name="cordova-plugin-wkwebview-engine"/>
   <plugin name="cordova-plugin-wkwebviewxhrfix" spec="https://github.com/TheMattRay/cordova-plugin-wkwebviewxhrfix" />
   <feature name="CDVWKWebViewEngine">
         <param name="ios-package" value="CDVWKWebViewEngine" />
    </feature>
    <access origin="http://localhost:8080/*" />
    <allow-navigation href="http://localhost:8080/*" />
    <allow-navigation href="*" />
    <preference name="CordovaWebViewEngine" value="CDVWKWebViewEngine" />
    <preference name="ScrollEnabled" value="true" />
   ```
   ## 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