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 left sidemenu does not toggle open

Hi I'm relatively new to ionic and I'm trying to get an app running with both a side-menu and a tab bar. Currently the tab bar is working fine just the left side menu does not open when I click the icon. For most of the app I've just been working…
peterpod
  • 246
  • 1
  • 3
  • 11
0
votes
1 answer

IONIC | How can i access ionic html tags inside my JS file

I want to change the value of ion-nav-button (side), button(menu-toggle) and ion-side-menu(side) from LEFT to RIGHT. how can i do this? Here is my Code:
0
votes
1 answer

android under v 4.3 doesnt support for flex css3

I am developing and app with phonegap. I use the flex in my playfield, and for versi 2.x - 4.3 i use old flexbox, but i have new issue. this my work for versi 4.4 - 5.0 : http://play.ionic.io/app/6850c655a6f1 but when i use display:box,…
Afrgun
  • 313
  • 3
  • 16
0
votes
1 answer

How to prevent Ionic view from bouncing back down when scrolling up to reveal password input?

I'm using the Ionic framework to build a mobile iOS app. My login view looks like this: The 2nd input, the password input is halfway hidden by the keyboard, but when I scroll up to reveal the 2nd input and let go, the view bounces back down to it's…
Leon Gaban
  • 36,509
  • 115
  • 332
  • 529
0
votes
1 answer

Ionic view + OpenFB

I have an app that uses openFB. while running it with ionic serve, it works fine. When I try to test it with Ionic view the facebook login page doesn't come up. any idea how to solve it? Thanks! Sophain.
user4761235
0
votes
1 answer

How to implement routing when I need swipeable view inside another view with Ionic Framework?

How can I implement ui-router when I make a swipeable view inside another view with Ionic Framework? I need to make a calendar view, which will contain 3 parts: Navigation bar (unchangeable) Day details bar under the navigation bar it should not…
Anatoly
  • 5,056
  • 9
  • 62
  • 136
0
votes
1 answer

Ionic Side Menu on enter and leave (show / hide)

I'm trying to listen to when ionic-side-menu are opened and closed. To do this I am attaching the $ionicView.enter and $ionicView.leave like so: $scope.$on('$ionicView.leave', function(){ console.log('leave…
monokh
  • 1,970
  • 3
  • 22
  • 31
0
votes
3 answers

Ionic refresh view

I need to refresh my app view every time I open the view Anyone know how to refresh the ionic view? The answer I found is using ion-refresher and cache view But ion-refresher just like to use for pull to refresh Do there got any other method to do…
Tss
  • 88
  • 4
  • 13
0
votes
0 answers

ionic view title alignment

I am trying to make new app using ionic framework.I have used the sidemenu project to make my app.But i am facing the title alignment problem.In android 4.4,The title is not showing correctly.But in android 5 is worked perfectly. android 5 android…
0
votes
1 answer

Ionic view app $state.go and ui-sref not working

I have a problem when I try to change the view on the ionic view app for IO'S ( I don't prove the android app). I see that is a app bug and it has a solution but this doesn't work for me. info bug :…
abdijar
  • 77
  • 1
  • 6
0
votes
1 answer

disable android back button for modal

I have the following modal inside an ion view:
Jeka
  • 1,600
  • 3
  • 22
  • 36
0
votes
2 answers

ionic- side menu multi views

i want try to understand the ionic side menu, but i have many problem because is very poor the doc. this is my index.html (i try to load 2 views un content)
lbottoni
  • 962
  • 2
  • 14
  • 26
0
votes
1 answer

on-infinite not calling when use ion-affix

In my Cordova-ionic mobile app, I am using ion-affix and ion-infinite-scroll for a list. Below the code;
Tony
  • 85
  • 1
  • 13
0
votes
1 answer

AngularJS / Ionic Header Not Binding Correctly When First Viewed

I have a simple Angular/Ionic View that I am binding a model to. Below is an example of the controller: .controller('LocationDetailsCtrl',function($scope,$http,$stateParams,$local storage,$log,Locations){ var locationId =…
TheJediCowboy
  • 8,924
  • 28
  • 136
  • 208
0
votes
1 answer

how to make a p text fill a div in ionic

I have the following

with class description and I want it to fill the remaining empty space of its container div (summary-container):

Title here

Lorem ipsum dolor sit amet,…

user5148540