sam2x

Results 57 comments of sam2x

did you solve your problem ? is it the same as mine http://stackoverflow.com/questions/39728556/crosswalk-xwalk-webview-session-lost-after-exiting-cordova-android-app ? Regards

Hello @elliotgunton, thank you for the quick reply. I start to get more visibility on this. 1. This was also my outcome, it doesnt seems yet supported under RunnerInput specific...

I got it too. In my case, the Scrollbars component is trying to apply a margin-right and margin-bottom of -16px on the client-side, but these styles doesn't apply server-side, thus...

Same problem, very important, any help as workaround @mcasimir ? i use to have container-fluid with scrollable, scrollable-content classes (setting height 100% on **all** adjacent modal div), it works but...

It looks like it's not a mobileangularui issue. In your debug file there is some network-related problems. ``` 24796 verbose stack Error: read ECONNRESET 24796 verbose stack at exports._errnoException (util.js:856:11)...

+1 pretty interesting question. I'm actually trying to achieve the same thing, If i found a solution i'll write it here. Actually, I have a browser application that's correctly rendering...

Ok i found out, just follow this tutorial, http://mobileangularui.com/blog/your-first-phonegap-app-with-mobile-angular-ui/ Some startup routines may be needed. But basically, you'll just need to "merge" the src directory, build ('gulp build'), and generate...

Hey, thx for this pull, but i spotted a pretty annoying bug. This more/less parts split the text in two, so if the limit defined fall in 'html' tags, it...

I have came to a pseudo code to solve this issue (i have to use DOMParser unfortunaly). Let's say the initial input text (contaning html) is **htmlInput**: For lessText ```...

Please, take a look at my pull request.https://github.com/ismarslomic/angular-read-more/pull/23 and let me know if you can merge/update bower & package. Regards