Questions tagged [mobile-angular-ui]

43 questions
3
votes
0 answers

Angularjs Navigation routeProvider and phonegap on windows phone 8 Not working

We have developed a simple test app on using angular js and mobile-ui-angular. You can find the source here: https://github.com/lnesitwo/html_5_template So far the app works correctly on IOS, BB and AOS however on windows phone 8, the navigation…
2
votes
1 answer

Sidebar closes when deleting element of array

I'm using mobile angular ui to open and close a sidebar. In this sidebar a user can search for persons and add or remove these from an array. I have this repeat that shows the array of persons when clicking on the it closes the…
david.carm
  • 329
  • 4
  • 13
2
votes
2 answers

Send data one page to another pager according to ID in Angular JS

I am using mobile angular js UI frame work. I am new in angular js and want to send data one page to another page with city id. If user click on city then data show according to city. HOME PAGE: HTML PAGE:
Varun Sharma
  • 4,632
  • 13
  • 49
  • 103
2
votes
1 answer

Mobile angular ui fail

I'm developing a mobile application using Titanium web view, angularjs and mobile angular ui. I've create a mobile angular ui site that I load in locally using the Titanium web view. My problem is that when I try to load the local site in a web…
Fabry
  • 1,498
  • 4
  • 23
  • 47
2
votes
2 answers

AngularJS - Pull to refresh

Does anyone know how to do a pull to refresh in a mobile site? I can see some conflicting issues that could be found from trying to implement this such as Chrome already does this from the browser by default and trying to compensate for Safari…
2
votes
2 answers

How can I get and set element heights from within an AngularJS Directive

The objective of the code is to: Get the height of my section Set the height of my Object The current .js code is: app.directive('safety', function() { return { restrict: 'A', link: function(scope, element) { var section…
cwiggo
  • 2,541
  • 9
  • 44
  • 87
2
votes
1 answer

Fit zoom to show all markers. I already set center correctly

I have a map with several markers and I need to fit them all to the window. I'm using Mobile Angular UI: http://mobileangularui.com/ and Angular Google Maps: http://angular-ui.github.io/angular-google-maps/#!/ I define map with default center and…
Joruus
  • 90
  • 7
2
votes
2 answers

Modals do not show up after grunt build in a yeoman app

I have got an angular project generated with yeoman/generator-angular with both mobile and desktop views. The mobile templates heavily rely on mobile-angular-ui and it works just fine in development. For some reason the modals are not displayed…
Buddyshot
  • 1,614
  • 1
  • 17
  • 44
2
votes
0 answers

Mobile Angular UI: programmatically control ui-toggle elements

I'm building an app using Mobile Angular UI and I'm working with the scroll page from the demo app: http://mobileangularui.com/demo/#/scroll I'd like to programmatically show/hide the Search Bar. For example, when I receive a "q" param from the…
opensas
  • 60,462
  • 79
  • 252
  • 386
1
vote
1 answer

Can't seem to scroll to bottom of div on page load (angularJS)

I want scroll to the bottom of the div on page load but it's not doing it. I am able to scroll once the page loads. CSS (hidden scroll bar) .scrollable { position: absolute; width: 100%; height: 100%; top: 0; bottom: 0; left: 0; …
KcYxA
  • 243
  • 1
  • 3
  • 19
1
vote
1 answer

Input with type range not working on Google Chrome

I have an app that is Django in the backend, Angular for the front-end. I am facing an issue where in one of my templates I have an input with type range that is not showing up, but only in Google Chrome, and only when it is in a mobile view. It…
TJB
  • 3,706
  • 9
  • 51
  • 102
1
vote
0 answers

Navigating to TemplateURL in MobileAngularUI not working

I am creating a new project in MobileAngularUI and previously from Ionic project background. I am having some difficulties in navigating from one page to another using template URL and my controller is also not binding. I end up in defining all…
1
vote
3 answers

Cannot find module 'unicode/category/So'

When i am trying to run this command - yo mobileangularui, its showing this error. I have read many solutions on the internet but none of them removed this error. Can anyone help? module.js:341 throw err; ^ Error: Cannot find module…
abhishek
  • 301
  • 2
  • 7
  • 18
1
vote
0 answers

mobile angular ui sidebar not working in async

I'm trying to use mobile-angular-ui (http://mobileangularui.com/) sidebar menu in Angular-Seed(https://github.com/angular/angular-seed) index-async.html. I followed description, npm install and npm run update-index-async to setup index and…
ClydeShen
  • 11
  • 3
1
vote
1 answer

HTML text not rendered in proper way from JSON in MOBILE ANGULAR UI

I am using MOBILE ANGULAR UI frame work. When i retrieved the Text(include tags) from JSON then text show with tags in .html file. I have seen one link but i did not get solution. This link is AngularJS : Insert HTML into view. I already install…
Varun Sharma
  • 4,632
  • 13
  • 49
  • 103
1
2 3