Questions tagged [ionic-view]

Ionic View makes it easy to share your Ionic and Cordova apps with clients and testers around the world, all without ever going through the App Store.

Ionic View integrates with the Ionic command line to populate your app portfolio. View uses the Cordova inAppBrowser plugin to launch your apps in their own separate WebView, so you can preview and test them.

450 questions
0
votes
1 answer

Ionic Framework countdown when Pause

I am making a game that has a time limit. In order to achieve that I made these services.js file: var module=angular.module('starter.services', ['ionic', 'ui.router']); module.factory('Game', function($interval) { /** *Class we need for…
Dimitrios Desyllas
  • 9,082
  • 15
  • 74
  • 164
0
votes
2 answers

how to make nested side menu in ionic-framework?

hi there I am trying to add a nested menu in a side menu. for example please check this: http://codepen.io/ionic/pen/QwamEW when I click a menu item, the new page (new form) will open. But I want to open that page in the side menu...not in a new…
salome
  • 53
  • 4
  • 8
0
votes
1 answer

How can I freshen the styles and directions in Ionic framework

I load a list of images in a list . the positions of the are wrong because the image loading time
Mahmoud
  • 868
  • 11
  • 27
0
votes
0 answers

ionic upload/login returning logging error while the email and password is correct

I'm getting this error when I try to login or upload my app to Ionic View. Email: mehdinraza@gmail.com Password: Error logging in Email or Password incorrect. Please visit https://apps.ionic.io for help. (CLI v1.7.12) Your system…
0
votes
2 answers

Ionic onHardwareBackButton implementation

I'm trying to control how the android hardware back button behaves in my app. I had it all working but now I can't reproduce it. The code I'm using is in app.js. I'm expecting the back button to do nothing but write to the…
user1930848
  • 341
  • 1
  • 4
  • 12
0
votes
0 answers

Angular Routing with Ionic: 1 template for multiply views

I am developing my first Ionic-App which has 4 tabs(home,category,chat,profile) + Camera button in the middle. So now my question is: How can I use one route, as Example tabs_footer.userProfileFeed, which I can call from every tab/view like…
Bernhard Miehl
  • 346
  • 1
  • 5
  • 15
0
votes
1 answer

External Url not working in Ionic in Image Tag

I am using an external url for displaying an image in my mobile application which is built with ionic framework. When I am checking it in the browser using ionic serve everything is fine. But on a real device, the images are not displayed. For…
RAHUL DEEP
  • 695
  • 3
  • 13
  • 33
0
votes
1 answer

Multiple ionic views fails to render

How do I have multiple ionic views? - I've tried a variety of things to get it to work, but all failed... Here are the relevant parts of my Angular Ionic app: View
A T
  • 13,008
  • 21
  • 97
  • 158
0
votes
0 answers

Transform: translate(0,0); not working on IONIC in Google Chrome?

I create HTML File for test like this