Sure it does!Lumpy Burgertushie wrote: ↑Wed Jan 06, 2021 12:43 amnot needed. phpbb works just fine on all devices.
Please don't generalise; I don't need it and I'm certainly not denying that.
Of course. It works wonderfully on all devices. However, it is very goog for users to enter it as an application. Some find it very difficult to open the browser and enter the site.Lumpy Burgertushie wrote: ↑Wed Jan 06, 2021 12:43 amnot needed. phpbb works just fine on all devices.
Thank you. I think PWA will be very useful especially in the mobile part.AbaddonOrmuz wrote: ↑Wed Jan 06, 2021 2:18 amA progressive web app (PWA), it's not the same as a browser app.
It's possible but it would need some work, but I don't think the development team would accept a new feature for 3.3.x, maybe 4.0.0.
And even then, I believe it would need to be an extension.
Well.
It's not the same, unfortunately. If we want to put it in the market after making an APK, we have to pay a fee. We have to pay to show ads. Simple and effective as it is browser-based with PWA. It would be superb if phpBB did that, actually. But Push notifications are a nuisance. But maybe it is not possible.Mannix_ wrote: ↑Wed Jan 06, 2021 9:43 amYou can use service like this to turn your website to apk https://websitetoapk.com/
Code: Select all
<link rel="manifest" href="https://www.php-bb.ir/forum/styles/Milk_v2/template/app/manifest.json" />
<meta name="theme-color" content="#317EFB"/>
<link rel="apple-touch-icon" href="https://www.php-bb.ir/forum/styles/Milk_v2/template/app/images/icon-192.png">
Hello, you are awesome.
Code: Select all
<link rel="manifest" href="https://www.php-bb.ir/forum/styles/Milk_v2/template/app/manifest.json" />
<meta name="theme-color" content="#317EFB"/>
<link rel="apple-touch-icon" href="https://www.php-bb.ir/forum/styles/Milk_v2/template/app/images/icon-192.png">
Or it can be a standard offline.php template.
yeshalil16 wrote: ↑Mon Jan 18, 2021 1:59 pmNow, as the first step, we need to create a file like https://www.php-bb.ir/forum/styles/Milk ... ifest.json for the theme. Is not it?
i created app folder but you can set anywhere/template/app/manifest.json path required? I also don't have /app/. Should I create it?
styles/ur style/template/overal_header.htmlNext, should we add this to the general_header.html (<head> </head>) file?
This is probably the most difficult.