You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
npm run build ( "build": "vue-cli-service build", )
What is expected?
Standalone view display no data. Vue not being rendered
displays <!------>
What is actually happening?
deploy for production.
access page to add to homescreen
accept 'add to homescreen' prompt
launch with app icon
nothing displays.
after deployed to firebase hosting. webview displays content, launching from home screen icon to standalone view is not rendering any content. If you check inspect you can see <!-----> there is something failing on condition.. but there is none condition.
PWA VIEW
WEBVIEW
The text was updated successfully, but these errors were encountered:
Version
3.0.0-beta.6
Reproduction link
https://github.com/kaankucukx/cb-pwa
Steps to reproduce
Deploy for production.
npm run build ( "build": "vue-cli-service build", )
What is expected?
Standalone view display no data. Vue not being rendered
displays <!------>
What is actually happening?
after deployed to firebase hosting. webview displays content, launching from home screen icon to standalone view is not rendering any content. If you check inspect you can see <!-----> there is something failing on condition.. but there is none condition.
PWA VIEW

WEBVIEW

The text was updated successfully, but these errors were encountered: