Josh Morales

Results 3 comments of Josh Morales

built in responsive abilities would be slick, but in a pinch, you can use bootstrap to show/hide two instances based on device sizing: ``` ``` hope this helps, and thanks...

I took a crack at this; I actually got it to work before on a different project, using SPA Services, aspnet-prerendering and vue-server-renderer. It worked great on this other project,...

perhaps this is related to the issue reported here in the SignalR project: https://github.com/SignalR/SignalR/issues/3483 and also posted on StackOverflow: http://stackoverflow.com/questions/29992221/universal-windows-platform-and-signalr-could-not-load-file-or-assembly-system a solution is posted here: http://dotnetbyexample.blogspot.com/2015/05/getting-signalr-clients-to-work-on.html but I wasn't able...