feat(platform): add mobileweb platform

This commit is contained in:
Liam DeBeasi
2019-02-01 08:43:32 -05:00
parent a4150010a8
commit cf2b2b370a
2 changed files with 7 additions and 1 deletions

View File

@ -98,8 +98,9 @@ export class Platform {
* | phablet | on a phablet device. |
* | tablet | on a tablet device. |
* | electron | in Electron on a desktop device. |
* | pwa | as a PWA app. |
* | pwa | as a PWA app. |
* | mobile | on a mobile device. |
* | mobileweb | on a mobile device in a browser. |
* | desktop | on a desktop device. |
* | hybrid | is a cordova or capacitor app. |
*