PoC for Mobile App#241
Conversation
1000TurquoisePogs
left a comment
There was a problem hiding this comment.
SimpleWindowManager in virtual-desktop could have an overlay that exists above the login overlay, which is only shown when the browser user agent is a mobile one, or some other global tells you that it is mobile. That overlay can prompt the user to give the location of the app server. That information could be stored in the app's data for next use.
| static dispatcher: Dispatcher = new Dispatcher(cordovaLogger); | ||
| static logger: Logger = logger; | ||
| static registry: ZLUX.Registry = new Registry(); | ||
| static notificationManager: ZoweNotificationManager = new ZoweNotificationManager(); |
There was a problem hiding this comment.
This could do android/ios notifications, if it knew it was mobile.
| export class CordovaResources { | ||
| static pluginManager = PluginManager | ||
| static uriBroker: ZLUX.UriBroker = new MvdUri(); | ||
| static dispatcher: Dispatcher = new Dispatcher(cordovaLogger); |
There was a problem hiding this comment.
i wonder if dispatcher could use android "intents" to open another app on your phone which is also a zowe app.
|
|
||
| export class CordovaResources { | ||
| static pluginManager = PluginManager | ||
| static uriBroker: ZLUX.UriBroker = new MvdUri(); |
There was a problem hiding this comment.
uribroker includes access to the config service, but on mobile, maybe there will be a config service enhancement to allow the app to choose if data is stored locally or remotely.
fff49aa to
15f5dc9
Compare
Signed-off-by: Leonty Chudinov <lchudinov@rocketsoftware.com>
Signed-off-by: Leonty Chudinov <lchudinov@rocketsoftware.com>
Signed-off-by: Leonty Chudinov <lchudinov@rocketsoftware.com>
15f5dc9 to
0e63945
Compare
Signed-off-by: Leonty Chudinov <lchudinov@rocketsoftware.com>
|
Kudos, SonarCloud Quality Gate passed!
|
DivergentEuropeans
left a comment
There was a problem hiding this comment.
This is a test approve (remove later)
|
Closing as stale, if needed we'll revive this at a future time. |
Depends on zowe/zlux-platform#60