PWA Error in Version 3.1.1

Answered
0
0

Hi.

I have an app that was in version 3.0.17, and the WiseJ PWA Install Panel and Icons and the Navigation Bar appears as expected in Chrome and Edge.

After upgrade to version 3.1.1, the WiseJ PWA Panel didn´t show in Chrome (no matter what configuration we change in manifest.json) , but still on Edge…

When using 3.1.1, on the Dev Tools Console  show an error in registering the ServiceWorker . In the 3.0.17 shows the ServiceWorker was registered.

Follow the manifest.json

{
“short_name”: “L-APP”,
“name”: “Locapas APP”,
“icons”: [
{
“src”: “Offline/icon.png”,
“type”: “image/png”,
“sizes”: “516X516”
}
],
“start_url”: “.”,
“display”: “fullscreen”,
“theme_color”: “blue”,
“background_color”: “#317EFB”,
“prefer_related_applications”: false
}

Downgrade back to 3.0.17 and now works fine …

The app was published and running in a SSL Site , using Net 4.8

Regards

 

 

 

  • You must to post comments
Best Answer
0
0

Hi Marcelo,

Thank you for reporting this issue.
A fix will be included in the next release!

I’ll update you when it ships.

Best,

Alaa

  • You must to post comments
0
0

Hi Marcelo,

This issue is fixed in our recent release! (Version 3.1.2)

Best,
Alaa

  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.