-
New Feature
-
Resolution: Fixed
-
Minor
-
3.2
-
MOODLE_32_STABLE
-
MOODLE_33_STABLE
-
MDL-57162-master -
From: https://developer.android.com/distribute/users/banners.html
Add a native app install banner to your mobile website and offer visitors the added convenience of installing your app or game straight from your site.
We already did it for Safari (via Smart app banners) in Moodle 3.2, this can wait to 3.3 since is a still beta feature in Chrome (better to test in Chrome Beta available in play store).
How it will look overall explained here:
https://pracucci.com/chrome-related-applications.html
{
|
"display": "browser", |
"name": "Spreaker", |
"short_name": "Spreaker", |
"icons": [{ |
"sizes": "48x48", |
"type": "image\/png", |
"src": "https:\/\/d1sojsgu0jwtb7.cloudfront.net\/images\/favicons\/favicon_48.png" |
}, {
|
"sizes": "72x72", |
"type": "image\/png", |
"src": "https:\/\/d1sojsgu0jwtb7.cloudfront.net\/images\/favicons\/favicon_72.png" |
}, {
|
"sizes": "96x96", |
"type": "image\/png", |
"src": "https:\/\/d1sojsgu0jwtb7.cloudfront.net\/images\/favicons\/favicon_96.png" |
}, {
|
"sizes": "144x144", |
"type": "image\/png", |
"src": "https:\/\/d1sojsgu0jwtb7.cloudfront.net\/images\/favicons\/favicon_144.png" |
}, {
|
"sizes": "192x192", |
"type": "image\/png", |
"src": "https:\/\/d1sojsgu0jwtb7.cloudfront.net\/images\/favicons\/favicon_192.png" |
}, {
|
"sizes": "512x512", |
"type": "image\/png", |
"src": "https:\/\/d1sojsgu0jwtb7.cloudfront.net\/images\/favicons\/favicon_512.png" |
}],
|
"prefer_related_applications": true, |
"related_applications": [{ |
"platform": "play", |
"url": "https:\/\/play.google.com\/store\/apps\/details?id=com.spreaker.android", |
"id": "com.spreaker.android" |
}, {
|
"platform": "itunes", |
"url": "https:\/\/itunes.apple.com\/app\/id388449677" |
}]
|
}
|