MangoLassi mobile app...
-
@scottalanmiller said in MangoLassi mobile app...:
@stacksofplates said in MangoLassi mobile app...:
@scottalanmiller said in MangoLassi mobile app...:
I think that the web client can do that too, just chooses not to
How would it do that?
Offline capability is a base requirement of the HTML5 standard. Nothing special is needed, HTML5 is fully offline capable if the application writers choose to make it so. No additional components needed. It's just the nature of web apps to be able to work offline. That's how OWA, Google Apps and such do it, they don't have any special sauce, it's just enabling offline characteristics of the HTML5 language.
Right but that's all dependent on the browser doing the caching. So it would be nice to have a native app doing the caching and using the native APIs designed for your device vs a hamburger menu on a mobile site.
-
@stacksofplates said in MangoLassi mobile app...:
@scottalanmiller said in MangoLassi mobile app...:
@stacksofplates said in MangoLassi mobile app...:
@coliver said in MangoLassi mobile app...:
Why does it need a mobile app? It works really well from my mobile device.
Would be nice for chatting. The chat window on a mobile browser is terrible.
I think they just need to upgrade the chat interface, doesn't need to be natively installed for good functionality.
Ya but an app gives you things like offline content. I definitely prefer using the spiceworks app over their mobile site.
The only gripe I have so far (other than the replies are not super intuitive), and the complete lack of a viable chat system, is replying to people has always been non-existant. On the mobile site and in the app. Overall, sub-par on mobile. So I guess not my only gripe, haha.
Can't believe the chat system when you compare it to Mango. Especially the newer version in Mango. Where you can delete chats and such, whereas you couldn't before. Very cool.
-
@scottalanmiller said in MangoLassi mobile app...:
@stacksofplates said in MangoLassi mobile app...:
@scottalanmiller said in MangoLassi mobile app...:
Now is offline content something desired? Maybe, but I doubt by many.
Chat is the big one in my mind.
You want to read chats offline? Makes sense I guess, not one that I would have thought of.
I guess it would be useful to see who chatted you, but you wouldn't be able to stay connected and chat back until you were back online. Same usage as voice the way I see it.
-
@BBigford said in MangoLassi mobile app...:
@scottalanmiller said in MangoLassi mobile app...:
@stacksofplates said in MangoLassi mobile app...:
@scottalanmiller said in MangoLassi mobile app...:
Now is offline content something desired? Maybe, but I doubt by many.
Chat is the big one in my mind.
You want to read chats offline? Makes sense I guess, not one that I would have thought of.
I guess it would be useful to see who chatted you, but you wouldn't be able to stay connected and chat back until you were back online. Same usage as voice the way I see it.
Ya maybe I'm the only one that looks back through messages. Maybe it's just me but I still have yet to find a mobile site that "felt" as good as an app.
-
Here is an example. When I click the text box in a chat I have to scroll down really far and it ends up doing this:
-
@stacksofplates said in MangoLassi mobile app...:
@scottalanmiller said in MangoLassi mobile app...:
@stacksofplates said in MangoLassi mobile app...:
@scottalanmiller said in MangoLassi mobile app...:
I think that the web client can do that too, just chooses not to
How would it do that?
Offline capability is a base requirement of the HTML5 standard. Nothing special is needed, HTML5 is fully offline capable if the application writers choose to make it so. No additional components needed. It's just the nature of web apps to be able to work offline. That's how OWA, Google Apps and such do it, they don't have any special sauce, it's just enabling offline characteristics of the HTML5 language.
Right but that's all dependent on the browser doing the caching. So it would be nice to have a native app doing the caching and using the native APIs designed for your device vs a hamburger menu on a mobile site.
Okay, but what's the difference? One depends on the browser, one depends on some other code. Both do the same thing. Native app doesn't do it particularly better, does it? I don't understand the APIs vs hamburger, both do both, right?
-
@stacksofplates said in MangoLassi mobile app...:
@BBigford said in MangoLassi mobile app...:
@scottalanmiller said in MangoLassi mobile app...:
@stacksofplates said in MangoLassi mobile app...:
@scottalanmiller said in MangoLassi mobile app...:
Now is offline content something desired? Maybe, but I doubt by many.
Chat is the big one in my mind.
You want to read chats offline? Makes sense I guess, not one that I would have thought of.
I guess it would be useful to see who chatted you, but you wouldn't be able to stay connected and chat back until you were back online. Same usage as voice the way I see it.
Ya maybe I'm the only one that looks back through messages. Maybe it's just me but I still have yet to find a mobile site that "felt" as good as an app.
I think that a lot of that is perception. People do different things with native and mobile and so they tend to be different, but not because they have to be.
-
I wonder if a dedicated chat app would be hard? If it could talk to the API of ML, in theory it could be pretty light.
-
@scottalanmiller said in MangoLassi mobile app...:
@stacksofplates said in MangoLassi mobile app...:
@scottalanmiller said in MangoLassi mobile app...:
@stacksofplates said in MangoLassi mobile app...:
@scottalanmiller said in MangoLassi mobile app...:
I think that the web client can do that too, just chooses not to
How would it do that?
Offline capability is a base requirement of the HTML5 standard. Nothing special is needed, HTML5 is fully offline capable if the application writers choose to make it so. No additional components needed. It's just the nature of web apps to be able to work offline. That's how OWA, Google Apps and such do it, they don't have any special sauce, it's just enabling offline characteristics of the HTML5 language.
Right but that's all dependent on the browser doing the caching. So it would be nice to have a native app doing the caching and using the native APIs designed for your device vs a hamburger menu on a mobile site.
Okay, but what's the difference? One depends on the browser, one depends on some other code. Both do the same thing. Native app doesn't do it particularly better, does it? I don't understand the APIs vs hamburger, both do both, right?
Well but native gives you things like the roller for selection on iOS, proper integration with other apps for sharing, etc.
-
@scottalanmiller said in MangoLassi mobile app...:
I wonder if a dedicated chat app would be hard? If it could talk to the API of ML, in theory it could be pretty light.
Ya and would in theory work with all NodeBB sites. That would be pretty nice.
Or integrate XMPP.
-
@stacksofplates said in MangoLassi mobile app...:
@scottalanmiller said in MangoLassi mobile app...:
@stacksofplates said in MangoLassi mobile app...:
@scottalanmiller said in MangoLassi mobile app...:
@stacksofplates said in MangoLassi mobile app...:
@scottalanmiller said in MangoLassi mobile app...:
I think that the web client can do that too, just chooses not to
How would it do that?
Offline capability is a base requirement of the HTML5 standard. Nothing special is needed, HTML5 is fully offline capable if the application writers choose to make it so. No additional components needed. It's just the nature of web apps to be able to work offline. That's how OWA, Google Apps and such do it, they don't have any special sauce, it's just enabling offline characteristics of the HTML5 language.
Right but that's all dependent on the browser doing the caching. So it would be nice to have a native app doing the caching and using the native APIs designed for your device vs a hamburger menu on a mobile site.
Okay, but what's the difference? One depends on the browser, one depends on some other code. Both do the same thing. Native app doesn't do it particularly better, does it? I don't understand the APIs vs hamburger, both do both, right?
Well but native gives you things like the roller for selection on iOS, proper integration with other apps for sharing, etc.
I guess the roller, or whatever it's called, is a bad example because you get that with any selection menu even on a website. But I was thinking more of the sharing functions between applications.
-
@stacksofplates said in MangoLassi mobile app...:
@stacksofplates said in MangoLassi mobile app...:
@scottalanmiller said in MangoLassi mobile app...:
@stacksofplates said in MangoLassi mobile app...:
@scottalanmiller said in MangoLassi mobile app...:
@stacksofplates said in MangoLassi mobile app...:
@scottalanmiller said in MangoLassi mobile app...:
I think that the web client can do that too, just chooses not to
How would it do that?
Offline capability is a base requirement of the HTML5 standard. Nothing special is needed, HTML5 is fully offline capable if the application writers choose to make it so. No additional components needed. It's just the nature of web apps to be able to work offline. That's how OWA, Google Apps and such do it, they don't have any special sauce, it's just enabling offline characteristics of the HTML5 language.
Right but that's all dependent on the browser doing the caching. So it would be nice to have a native app doing the caching and using the native APIs designed for your device vs a hamburger menu on a mobile site.
Okay, but what's the difference? One depends on the browser, one depends on some other code. Both do the same thing. Native app doesn't do it particularly better, does it? I don't understand the APIs vs hamburger, both do both, right?
Well but native gives you things like the roller for selection on iOS, proper integration with other apps for sharing, etc.
I guess the roller, or whatever it's called, is a bad example because you get that with any selection menu even on a website. But I was thinking more of the sharing functions between applications.
What does the sharing do? I'm unclear which sharing calls that versus calling something else. Do you have an example application that does that?
-
@scottalanmiller said in MangoLassi mobile app...:
@stacksofplates said in MangoLassi mobile app...:
@stacksofplates said in MangoLassi mobile app...:
@scottalanmiller said in MangoLassi mobile app...:
@stacksofplates said in MangoLassi mobile app...:
@scottalanmiller said in MangoLassi mobile app...:
@stacksofplates said in MangoLassi mobile app...:
@scottalanmiller said in MangoLassi mobile app...:
I think that the web client can do that too, just chooses not to
How would it do that?
Offline capability is a base requirement of the HTML5 standard. Nothing special is needed, HTML5 is fully offline capable if the application writers choose to make it so. No additional components needed. It's just the nature of web apps to be able to work offline. That's how OWA, Google Apps and such do it, they don't have any special sauce, it's just enabling offline characteristics of the HTML5 language.
Right but that's all dependent on the browser doing the caching. So it would be nice to have a native app doing the caching and using the native APIs designed for your device vs a hamburger menu on a mobile site.
Okay, but what's the difference? One depends on the browser, one depends on some other code. Both do the same thing. Native app doesn't do it particularly better, does it? I don't understand the APIs vs hamburger, both do both, right?
Well but native gives you things like the roller for selection on iOS, proper integration with other apps for sharing, etc.
I guess the roller, or whatever it's called, is a bad example because you get that with any selection menu even on a website. But I was thinking more of the sharing functions between applications.
What does the sharing do? I'm unclear which sharing calls that versus calling something else. Do you have an example application that does that?
For example if I have an image open, I could share it to ML and then pick where I wanted it to go ( thread or chat) vs opening the browser going to the thread and hitting reply, then uploading the image and hitting the submit button.
-
@stacksofplates said in MangoLassi mobile app...:
@scottalanmiller said in MangoLassi mobile app...:
@stacksofplates said in MangoLassi mobile app...:
@stacksofplates said in MangoLassi mobile app...:
@scottalanmiller said in MangoLassi mobile app...:
@stacksofplates said in MangoLassi mobile app...:
@scottalanmiller said in MangoLassi mobile app...:
@stacksofplates said in MangoLassi mobile app...:
@scottalanmiller said in MangoLassi mobile app...:
I think that the web client can do that too, just chooses not to
How would it do that?
Offline capability is a base requirement of the HTML5 standard. Nothing special is needed, HTML5 is fully offline capable if the application writers choose to make it so. No additional components needed. It's just the nature of web apps to be able to work offline. That's how OWA, Google Apps and such do it, they don't have any special sauce, it's just enabling offline characteristics of the HTML5 language.
Right but that's all dependent on the browser doing the caching. So it would be nice to have a native app doing the caching and using the native APIs designed for your device vs a hamburger menu on a mobile site.
Okay, but what's the difference? One depends on the browser, one depends on some other code. Both do the same thing. Native app doesn't do it particularly better, does it? I don't understand the APIs vs hamburger, both do both, right?
Well but native gives you things like the roller for selection on iOS, proper integration with other apps for sharing, etc.
I guess the roller, or whatever it's called, is a bad example because you get that with any selection menu even on a website. But I was thinking more of the sharing functions between applications.
What does the sharing do? I'm unclear which sharing calls that versus calling something else. Do you have an example application that does that?
For example if I have an image open, I could share it to ML and then pick where I wanted it to go ( thread or chat) vs opening the browser going to the thread and hitting reply, then uploading the image and hitting the submit button.
Ah, like "Send to ML"
-
I thought about an app for ML but I can't think of any value adding features.
I don't use the chat feature very often but I'll have a look at it after posting this, so I don't have any gripes about it.
I use IE11 mobile, which I feel provides the worst mobile browsing experience possible, but I find browsing ML is better than average. Pages scale correctly but text entry is craptastic if you want to correct a mistake further up in your reply.
-
Chat seems to be ok looking. Not the prettiest or easiest to use but functional
-
@nadnerB said in MangoLassi mobile app...:
I thought about an app for ML but I can't think of any value adding features.
I don't use the chat feature very often but I'll have a look at it after posting this, so I don't have any gripes about it.
I use IE11 mobile, which I feel provides the worst mobile browsing experience possible, but I find browsing ML is better than average. Pages scale correctly but text entry is craptastic if you want to correct a mistake further up in your reply.
It's def better than most mobile sites. I don't really have any complaints, but just thinking of things that would be nice to have.
-
And they keep improving it. I suspect that it will get pretty good as they get time to hone in on it.
-
This post is deleted! -
I see no reason for an app. But then I do not keep many browser tabs open on my iPhone. So it is easy to get back to ML