Quantcast
Channel: Ember.JS - Latest topics
Viewing all articles
Browse latest Browse all 4826

Mobile Hybrid App, Persisting Routes Across Tabs (routable components?)

$
0
0

@drewcovi wrote:

Does anyone have a well tested, or well thought out approach to hosting what amounts to multiple ember apps across various tabs?

I’m attempting to build an app with one router that hosts various routes in different iFrames so that when tabbing throughout the experience, the routing of one tab is persisted.

This is basically the one major differentiator between hybrid web apps and native apps. multitasking can actually be accomplished since one can jump between routes and not lose one’s place.

Somehow I imagined that routable components would get me there, but it seems that I had a different perception than what others had.

It seems with a combination of routable components, simple hide/show tabs, and liquid-fire (thanks to @ef4) you could pretty elegantly build a fully featured ember app that behaves exactly like a native app.

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 4826

Trending Articles