Posts by Gabriel GMM • 47 points
10 posts
-
0
votes3
answers229
viewsA: Fatal error: Uncaught Error: Call to Undefined Function mb_substr_count()
Solved by installing mbstring via console sudo apt-get install php7.2-mbstring
-
2
votes3
answers229
viewsQ: Fatal error: Uncaught Error: Call to Undefined Function mb_substr_count()
When using the function mb_substr_count , is returned the error below. I already installed mb_substr using the command -> sudo apt-get install php-mbstring , and rebooted but did not resolve..…
-
-1
votes1
answer85
viewsA: How to put 2 PWA installable on the same site?
Solved. When you need to have 2 instlaveis apps on the same site, the manifest.json file needs to have 2 names too. admin-manifest.json and manifest.json If you have both manifest.json, even in…
pwaanswered Gabriel GMM 47 -
-1
votes1
answer85
viewsQ: How to put 2 PWA installable on the same site?
I own a website Ex: https://www.meusite.com/ This site has an admin Ex: https://www.meusite.com/admin I want to put 1 app installable for each of the 2 addresses. I put 2 manifest.json with…
pwaasked Gabriel GMM 47 -
0
votes1
answer23
viewsA: PWA + Facebook Login Error
I couldn’t fix it. I put to open a popup pointing to own page when the display was standalone if (window.matchMedia('(display-mode: standalone)').matches) {…
pwaanswered Gabriel GMM 47 -
-1
votes1
answer23
viewsQ: PWA + Facebook Login Error
When using facebook’s "Sociallogin" inside a PWA app (installed), the screen turns white and returns nothing. I’ve tried changing the manifest.json to "standalone","fullscreen","ui-minimal-ui'…
pwaasked Gabriel GMM 47 -
1
votes1
answer440
viewsA: Dynamic manifest.json ? Possible
I managed to solve using the example of the site https://medium.com/@alshakero/how-to-setup-your-web-app-manifest-dynamically-using-javascript-f7fbee899a61 var myDynamicManifest = { "name": "Your…
pwaanswered Gabriel GMM 47 -
-1
votes1
answer264
viewsA: PWA - Add start screen does not work on localhost
I could not find a solution, what was done to get around the problem was to point the route of the server to the own development server, then it entered the site and the site pointed to our…
-
0
votes1
answer440
viewsQ: Dynamic manifest.json ? Possible
Hi, I have a manifest.json that is working perfectly. The problem is I wanted his start_url to be dynamic and I could fill in. I have seen answers from 2 years ago saying that it is not possible and…
pwaasked Gabriel GMM 47 -
0
votes1
answer264
viewsQ: PWA - Add start screen does not work on localhost
I’m trying to make my mobile site appear the "Add Home" button, but it doesn’t work at all. My files index php. <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8">…