Maurizio Casimirri

Results 72 comments of Maurizio Casimirri

Released `1.0.14-beta`. This is how to load `mobile-angular-ui` now: ``` html ```

What is the options menu? With the android browser on my smartphone, a super-old one, i can click/tap everything. ~~Swipe for sidebar won't work since there is no swipe directive...

Please be more specific. What is working, what does not, what is the options menu? Thank you anyway! I'll try with a different phone soon.

Released `1.1.0.beta.1` scrollables now works different cause they are relative positioned now. ``` html ``` This would make scrollables easier to use, but... In order to make it works correctly...

`1.1.0-beta.4` has carousel component.

@pavei can you report the user agent string that is shown in the demo home page, and if it's not a problem appearing in the demo also a snippet of...

@pavei I can't see anything wrong with your code. Maybe in the layout you have an element that is not contemplated by css reset eg. `ng-include`, this would cause your...

@leobres agree, overlay/modal needs a better design.

@mcgsoftware although is relatively simple to port a desktop web app made with Bootstrap and Angular Js to Mobile Angular UI, I think the main scope of this project can...

@AnthonyButcher This can be already done using `toggle`. Just add a toggleable block at the beginning of your content. ``` html Toggle Categories ``` Add a little css to achieve...