You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2020/04/22 13:55:17 UTC

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

elmartino commented on issue #143:
URL: https://github.com/apache/cordova-plugin-wkwebview-engine/issues/143#issuecomment-617794065


   I had the same problem with my Angular8+ app. I ended up using hash routing for mobile devices:
   `RouterModule.forRoot(routes, { preloadingStrategy: PreloadAllModules, useHash: true }),`
   
   and the following line in index.html
   `<script>document.write('<base href="' + document.location + '" />');</script>`
   
   


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



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