sdebaun / sparks-cyclejs

45 stars 4 forks source link

fix(isMobile$): fix dash layout issues #16

Closed TylorS closed 8 years ago

TylorS commented 8 years ago

Fix dash layout not adjusting to the changes in screen layout. This was solved by adjusting the isMobile driver to return a hot stream which will always return the latest value instead of a cold stream which will swallow values.