Questions tagged [mobile-angular-ui]

43 questions
0
votes
1 answer

ng-click/ onclick doesn't work on button in navbar-fixed-bottom in Android

I am building an application with mobile angular ui. When I try to put a button at the bottom of the screen (see example) and bind an ng-click function to the button, I can't click on the button on an android device. In a browser it works. It seems…
Ken Vernaillen
  • 859
  • 1
  • 7
  • 37
0
votes
0 answers

Set touchable carousel in Mobile Angular UI framework

I am using angular framework that one is mobile angular ui. I am new in Angular Js. I am implement mobile website with mobile-angular-ui. I want to add touchable carousel. I seen two link for carousel in angular.js, But it is not…
Varun Sharma
  • 4,632
  • 13
  • 49
  • 103
0
votes
0 answers

Set image in mobile angular ui website

I am implement mobile website. I am using mobileangularui framework for mobile website. I want to set image in home.html, But i could not set image from image folder.If i put URL of image which is exist in server then it is works. I will show screen…
Varun Sharma
  • 4,632
  • 13
  • 49
  • 103
0
votes
1 answer

How to register a cordova event inside the angular controller within an hybrid application

I'm using Visual Studio>TypeScript>Cordova application to build foundation of my application. then i install angularJs 1.3 at it was required by mobile-angular-ui, and then install it. The application has index.ts, which later it's compailation…
Hassan Faghihi
  • 1,888
  • 1
  • 37
  • 55
0
votes
2 answers

Bootstrap responsive grid not working with mobileangularui

I am trying out the responsive grid in bootstrap. I have created a project in Angular JS, mobile-angular-ui and phone gap. In one of the html pages, I have the following code.
Jane…
mridula
  • 3,203
  • 3
  • 32
  • 55
0
votes
1 answer

Change @media screen sizes in mobileangularui

I am just starting a project in PhoneGap, Angular JS and mobileangularui. I am aware that mobileangularui uses bootstrap CSS and has components written in Angular JS. I am testing the responsive grid of bootstrap in my project. The default screen…
mridula
  • 3,203
  • 3
  • 32
  • 55
0
votes
1 answer

how to extract the html and css of installed app from mobile

We can get the source HTML, JS and CSS for a website by right-click and getting the source code. Is there any way we can get the same for installed Mobile app? It is for my app. I developed a UI and installed it in my mobile to test it. Later I made…
Sandy
  • 187
  • 3
  • 16
0
votes
1 answer

Implement a dynamic sidebar, which refresh on particular actions

I am trying to build a dynamic sidebar, which displays elements depending on the current user state. So only some elements should be displayed, if the user is logged in and some others, if the the user isn´t. The current state is saved in the…
matthias
  • 205
  • 1
  • 2
  • 8
0
votes
0 answers

How to Implement tab navigation swipe using Mobile angular UI like whts app tabs

I want to implement a swipable tab based on the Mobile-Angular-UI. What I want to accomplish is to be able to swipe on the tabs, if the user wants to change to another one. So if a user swiped where it says "Tab #2" they would be able to move to…
Sagar Bhosale
  • 407
  • 1
  • 5
  • 19
0
votes
1 answer

Unable to route non existing paths in Angularjs

I am unable to route the path code/:code in my website. I receive the following error: Firefox can't find the file at /C:/Code/dola/mobileweb/app/code/123 default.htm is located in the app folder. I am using the mobileangularui framework. I have…
Corne Beukes
  • 1,759
  • 4
  • 14
  • 18
0
votes
2 answers

Model is not updating after select a date

The following code work with pure angularjs correct, but when I integrate it to a Mobile Angular UI App it does not update the model after selecting a date. If I edit the input field without the date picker it works…
knobli
  • 657
  • 1
  • 9
  • 18
0
votes
2 answers

IBM MobileFirst Platform and Mobile Angular UI

I have created an MFP project with the MFP CLI After creating the project, I ran "yo mobileangularui" in the project root to install Mobile Angular UI This scaffolds out a Mobile Angular UI project with AngularJS and Gulp I am minifying all the js…
Derek Hannah
  • 537
  • 7
  • 23
-2
votes
3 answers

Can I build a mobile app using node.js, angular and sequelize?

I wonder if I could build a mobile app using node.js, angular and sequelize and how building mobile apps differs from building web apps? I started recently learning node.js, angular and sequelize.. Thank you!
1 2
3