The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Progressive Web App [PWA] for vBulletin Details »» | ||||||||||||||||||||||
Progressive Web App for vBulletin Overview: Progressive Web App (PWA) is a collection of latest technologies for web and mobile apps. A Progressive Web App is:
This product allows you to design a PWA for your forum using a simple service worker for offline webpage. For best experience, use this in combination with Web Push notifications. Read more about PWA here: https://developers.google.com/web/progressive-web-apps/ Pre-requisites: To fully benefit from PWA, your forum must fulfill the following:
Optional
With PWA and web push, you no longer need an app on Play store. To Install:
Backup/Warning: This product does not alter your database, however it is always good practice to make regular backups and you should make a backup before installing ANY new mod. As always, products are USE AT YOUR OWN RISK. I will provide support and do my best to help but no absolute guarantee is offered. Demo Visit https://www.vb4mobile.com using your smartphone browser. You will see a banner at the bottom asking you to add vB4Mobile to home screen. If you run PWA audit using Chrome Developer Tools, it shows 100%. Licence Agreement This modification is provided "AS IS" without any liability whatsoever on the developer. This modification is released under the All Rights Reserved licence. You may not redistribute the package in whole or significant part. All copyright notices must remain unchanged and visible. You may provide phrase .xml files for other languages on any site, but you may not provide the full product .xml file - only the phrases. =====PLEASE DO NOT REDISTRIBUTE===== This product is available on https://vbulletin.org only. No other sites may redistribute this mod. If you find this mod at any site besides the above please contact me by PM Paid support is available for Responsive Style and setting up PWA on your forum. Download Now
Show Your Support
|
2 благодарности(ей) от: | ||
rodriiverduguez |
Comments |
#2
|
|||
|
|||
The only file that you have to edit is the manifest.json file.
Code:
{ "name" : "vB 4 Mobile", "short_name" : "vB4Mobile", "scope" : "/", "display" : "standalone", "start_url" : "/", "theme_color" : "#7192a8", "description" : "vBulletin 4 Mobile, Responsive and PWA", "orientation" : "any", "background_color" : "#7192a8", "icons": [ { "src": "/images/vBlogo.png", "type": "image/png", "sizes": "512x512" } ] } For information on how to write manifest.json, visit https://developers.google.com/web/fu...-app-manifest/ If you are using Web Push notifications add-on, then you will also have "gcm_sender_id" field at the end. Update: For iOS, add this line in headinclude template: Code:
<link rel="apple-touch-icon" href="https://yourdomain.com/logo192x192.png"> |
#3
|
|||
|
|||
If I understood correctly, this product will make my site Responsive? If so, I will apply it and see the changes. obviously always make a backup
|
#4
|
|||
|
|||
No, this does not make your site responsive. You will need a responsive style for that.
This is Progressive Web App, which makes your site similar to a mobile app in certain ways. |
#5
|
||||
|
||||
I installed it on vB4.2.5 (PHP7.0) and... no effect.
Using my iPhone with Safari and Chrome, it still shows the same mobile Style from vB, no change to see. |
#6
|
|||
|
|||
For iOS, add this line in headinclude template:
Code:
<link rel="apple-touch-icon" href="https://yourdomain.com/logo192x192.png"> PWA works differently on iOS. According to https://medium.com/@firt/progressive...e-d00430dee3a7 , you will have to look for the Add to Home Screen button in share options. If you are able to find it, please post some screenshots for other users. I don't have an iPhone to test it out. What PWAs can do on Android and not on iOS
What PWAs can do on iOS and not on Android
|
#7
|
|||
|
|||
So, if I understand this right, I need to have your responsive style, which you offer as a paid service in order for this modification?
|
#8
|
|||
|
|||
Quote:
Making a responsive style requires time and effort. As far as I know, there is no freely available responsive style for vB 3 and vB 4 at the moment. |
#9
|
|||
|
|||
I get that completely - I wanted to be sure that the requirements was something that did not require it to be something that you had specifically done. I'll test this out on my site over the next week
|
#10
|
||||
|
||||
interesting, about time another mobile option came out
Hopefully it's not to late or expensive |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|