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
2
votes
0 answers

How can I hide a (ionic) header without hiding the entire content of the templates?

I have 2 headers and I want to hide the 2nd when scrolling trough the content, which is implemented with 'ion-slide-box' and 'ion-slide' to be able to slide the tabs and change from one template to the other (with different controller each…
2
votes
1 answer

Work with files in cordova and Ionic - compatibility iOS, Android

For this question I have created compatibility test project on GitHub. Initial state is set only to Ionic View application. Ionic Browser ionic serve show output as on picture ionicBrowser.png. But If I uncomment in www\js\index.js line 32 and 33,…
2
votes
0 answers

Override and change ionic menu style for a specific page

My ion-menu is embedded in nav-bar. I am using ionic material design from the following link. http://ionicmaterial.com/ The menu is coming whenever I slide left. I don't need this functionality in one page. how can I override the sliding property?
2
votes
0 answers

Ionic side menu child state not working

Here is a fork of the ionic starter template side menu: http://plnkr.co/edit/8xZqCTqIUIymbSUOe9tR?p=preview I wanted to change the state definition from: 'app.single' to 'app.playlists.single' So it becomes the child of playlists and I have…
2
votes
0 answers

Ionic Scroll Bar in android device is not visible

I have tried everything to show Ionic scrollbar on my android device but not able to do. I can see in browser but in device it is not simply visible.
Duke
  • 31
  • 4
2
votes
2 answers

"ng-click" not working out of "ion-content" in Ionic framework

I have an input box with the ng-model attribute in my ionic based application. The code inside the ion-content tag: And in the…
Vahid Najafi
  • 4,654
  • 11
  • 43
  • 88
2
votes
2 answers

ionic: SyntaxError: Unexpected token <

When trying to build my project using Terminal as: ionic build I am getting the following error ERROR running one or more of the platforms: SyntaxError: Unexpected token < You may not have the required environment or OS to run this project
2
votes
1 answer

Align navbar back button on right side

I'm developing an ionic app and I need to align the navbar back button on right side. The following is my code:
Pranav C Balan
  • 113,687
  • 23
  • 165
  • 188
2
votes
0 answers

Moblie popup / Iframe download

So I created an Ionic app on which you can search video's , watch them, share them and download them. I've used a facebook share button from someone else (the official one was sometimes displaying , and sometimes not) and a download button from a…
Debialo
  • 43
  • 11
2
votes
1 answer

ionic 2 + angular 2 - tabs + side menu

I'm trying to join tabs and side menu together, I'm confused on what I'm doing wrong. since root belongs to sidemenu.. import {App, IonicApp, Platform} from 'ionic-framework/ionic'; import {HelloIonicPage} from…
Basit
  • 16,316
  • 31
  • 93
  • 154
2
votes
1 answer

How to navigate from one template to another in Ionic

My app has two kinds of templates. The first is used in "logged out" pages and the second one is used in "logged in" pages. Below is the index.html which is used with all "logged out" template pages: …
Olivertech
  • 567
  • 2
  • 4
  • 24
2
votes
1 answer

unable to add ionic-platform-web-client

$ ionic add ionic-platform-web-client Failed to find the bower component "ionic-platform-web-client". Are you sure it exists? (CLI v1.7.12) Your system information: Cordova CLI: 5.4.1 Gulp version: CLI version 3.9.0 Gulp local: Local version…
NSN
  • 740
  • 3
  • 9
  • 26
2
votes
0 answers

Ionic view navigation and transition issues

In my ionic app when I move to different views or states, I often have to deal with really bad transitions e.g the view "flashes" or "jerks". Sometimes it goes to the completely wrong view. It just seems like quite a mess. Has anybody experienced…
user818700
2
votes
1 answer

ionic page displaying without header

i am created an app UI with ionic creator and am trying to add new page in ionic application manually but it display without header and all other pages are displaying with header. thanks in advance.
ionMobDev
  • 351
  • 1
  • 4
  • 20
2
votes
0 answers

Ionic View app not calling webservice

I'm using the Ionic View app to test my application. For the majority of the development on the app I've been testing and debugging in the browser using ionic serve . The app makes use of webservices that gets called just fine running the app in the…
user818700