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.

451 questions
35
votes
11 answers

Error uploading ionic app

Background: This app was originally uploaded to my personal ionic account The app was deleted from my personal ionic account This error happens when I try to upload the app with my work ionic account My question is, how do I get the app to upload…
Jacksonkr
  • 29,242
  • 36
  • 164
  • 265
28
votes
11 answers

Ionic - Error: Uncaught (in promise): removeView was not found

My Ionic app was working fine and I haven't done anything to it but suddenly I am getting this error and I don't know why. "Error: Uncaught (in promise): removeView was not found
Samir Boulos
  • 423
  • 1
  • 6
  • 14
28
votes
7 answers

whats the correct way of inserting label in an Ionic FAB list

i want to insert a label so that matches every FAB icon on the Fab list whats the correct way of doing it. the way i did it it doesn't work
Muzi Jack
  • 715
  • 1
  • 6
  • 16
20
votes
12 answers

IONIC : A utility CLI has unexpectedly closed

I got this error when i run ionic serve The Ionic CLI will exit. Please check any output above for error details. my ionic info $ionic info Ionic: ionic (Ionic CLI) : 4.0.1 (C:\Users\Pc\AppData\Roaming\npm\node_modules\ionic) Ionic…
yali
  • 657
  • 2
  • 6
  • 22
17
votes
4 answers

how can I debug an app in ionic view from windows?

I absolutely love how I can just do ionic upload and instantly get my app on my iphone! But how am I supposed to debug it? I'm on windows and all options I have found require to be on OSX. 1) Safari 6 remote debugging - Safari for windows was…
parliament
  • 18,013
  • 35
  • 131
  • 223
13
votes
3 answers

How to insert tabs inside ion content in Ionic

Always using the awesome framework Ionic for developing my mobile application. everything seems to work fine. I want to add something particular to my app. I want to have tabs inside a ion-content. I'm using button bar tabs. I'm not sure if this is…
Yasser B.
  • 785
  • 6
  • 18
  • 33
12
votes
3 answers

How to hide header bar in ionic?

I want to get rid of the blue strip at the top. This is what happens when I use hide-nav-bar="true" or remove the header from html. I just want the the tabs to exist without any blue strip above it. Tabs:
HIRA THAKUR
  • 15,044
  • 14
  • 47
  • 82
10
votes
4 answers

File not uploading in server ionic3

I have a scenario where I am uploading a image file from my local drive (type jpeg or png) to an API endpoint using ionic. Here is my code below : fileupload.html --> //---------------------------------------------------
Alex
  • 197
  • 2
  • 19
9
votes
2 answers

How to add background image to ionic side menu

I have an ionic side menu. I want to add background-image. Side-Menu codes are the following.
Yasemin çidem
  • 664
  • 7
  • 17
8
votes
1 answer

Disable page transitions in Ionic 2 RC.0

How to disable transitions for all pages in ionic 2 ? ionic 2 NavController allows you to do it on a specific view like so nextPage() { this.navCtrl.push(HomePage, {}, {animate: false}) } but how can I disable all transitions for all pages…
Evan Lévesque
  • 2,721
  • 6
  • 35
  • 58
8
votes
1 answer

Ionic ion-content not adjusting properly when keyboard shows

I've a view with textangular as an element. On Android(I tested), if the keyboard is opened, the view is not scrolling up to prevent the editor from getting behind the keyboard. I installed the Keyboard plugin com.ionic.keyboard. This is the…
8
votes
1 answer

Ionic app not working on device/simulator

It was working fine in the simulator yesterday but now it's acting goofy. I happened to stumble on a way to get it working in the simulator though: Normally to simulate the app on ios I run $ ionic run ios Which now shows the app but the "broken"…
Jacksonkr
  • 29,242
  • 36
  • 164
  • 265
7
votes
2 answers

Ionic 3 background-image svg not appering in Ionic View

I'm developing an App using Ionic 2. Right now, I've this style: ion-content { background-image: url('/assets/images/orange-background.svg'); background-repeat: no-repeat; background-size: 101%; } When I ionic serve this works fine, but when…
Rodrigo Chaves
  • 1,056
  • 8
  • 20
7
votes
2 answers

How add svg custom icon ionic 2

how to add custom icon ionic 2, i have svg file i need add the icon in menu this.pages = [ {icon: 'Test', title: 'Logout', component: LoginPage } ];
7
votes
2 answers

How create an input box having a + and - button in Ionic

How I can create an input box having a + and - button. Clicking upon which user can change the quantity of product selected, like this screen:
Ramos
  • 139
  • 1
  • 3
  • 14
1
2 3
30 31