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
4
votes
1 answer

ionic framework on transition of page or navigation displaying black screen

I have been stuck on problem related to the ionic framework in which , whenever I click on slide menu then befor page slide, dark black color occurring like black box in iPhone and iPad, and same it is happing each and every click of slide or…
Code_S
  • 194
  • 2
  • 12
4
votes
1 answer

Ionic View Manage Apps

I uploaded a test app to Ionic (don't know the exact name for this) with the command ionic upload from the command line, and I can access them nicely with the Ionic View application I have installed on my iPhone. However, I remember that they have a…
Nikola
  • 14,888
  • 21
  • 101
  • 165
3
votes
2 answers

Ionic application shows localhost:8080 in chrome inspect

beginner in ionic technology. Facing issue after creating project ionic start Myapp blank ionic cordova run android @ionic/cli-utils : 1.19.2 ionic (Ionic CLI) : 3.20.0 global packages: cordova (Cordova CLI) : 8.0.0 local…
3
votes
0 answers

Ionic View build app with unsupported plugin

I'm trying to use cordova-plugin-file inside a APP in Ionic View, but, according to this list, it isn't supported in Ionic View. I've 2 questions about it: There's a way to build it before sending it to Ionic View? When I put my APP in production…
Rodrigo Chaves
  • 1,094
  • 8
  • 23
3
votes
3 answers

Font Awesome showing in the browser but not in any android device

I have added font awesome to my ionic 1 app , I have created fonts folder and reference the style sheet in the HTML page , The icons showing in the browser but not showing in any android device.
3
votes
4 answers

Ionic trigger click event does not work

I have a modal in my Ionic app and when modal is shown, I want to trigger click event on specific element. Controller $scope.$on('modal.shown', function() { document.getElementById('somemodal').click(); // #1 $( "#somemodal"…
smchae
  • 1,035
  • 3
  • 17
  • 39
3
votes
2 answers

Change conditionally color of background div in Ionic

I have this list in loop, in a Ionic framework
rubenSousa
  • 261
  • 8
  • 23
3
votes
1 answer

Ionic events are not firing inside directives

I want to execute a function after the view gets loaded/ after entering to that view. My directory is as follows: app.directive('bonFormViewerFrame', function ($formStore) { return { restrict: 'E', //bind to element tag name replace: true,…
Aruna
  • 1,962
  • 4
  • 25
  • 50
3
votes
1 answer

Ionic display contacts similar to local device contact list

I have an Ionic app that I'm developing, where I need to have a customized contacts list. I want to display it similar to the local device contact display where a user can scroll to a alphabetized group by clicking on a letter on a vertical list to…
cnak2
  • 1,711
  • 3
  • 28
  • 53
3
votes
0 answers

Ionic Framework 'Error: socket hang up' when trying to use 'ionic upload'

So when I'm trying to upload my ionic application by using: $ ionic upload I receive the following error: Saved app_id, writing to ionic.io.bundle.min.js... An error occurred uploading the build: Error: socket hang up Error: socket hang up at…
RagZ
  • 149
  • 1
  • 1
  • 6
3
votes
0 answers

Fade Effect on ion-slide-box in ionic

I have used ion-slide-box to show slides on home page of application, But i can't found the fade effect to ionic slide box. I have used the following code to show slides , please suggest me how to add fade effect ion-slide-box. (Ionic Version -…
Santosh Shinde
  • 6,045
  • 7
  • 44
  • 68
3
votes
0 answers

Ionic/Meteor InAppBrowser return to app based on close or redirect url

Hi I am using a Meteor/Ionic to create an application. Final step in the application is to go to External Payment page (url received by Payment provider API) and come back to app after Payment is done. Two Questions - I can pass through a redirect…
3
votes
3 answers

IONIC placed the class "click-block click-block-hide" and my content disappears

I'm new to ionic. I have a project that I am running based navigation templates. my problem is when I click on a button to return me to the previous template, the template is loaded blank. and chrome inspector appears this class(click-block…
user5115790
3
votes
4 answers

How to bind a string to scope var within the view?

I want to bind a string to a scope var which will get its value by user input in an input field inside a view. So that the string concatenated to the scope var value should display in another div in the view. It should be something like that:
3
votes
1 answer

Login does not work in Ionic View App

There are some issues about Ionic View App BUT none like mine. I was hoping that someone could help me out. The issue is that I can't login to my app while using Ionic View on my iPhone. I am under the impression that Ionic View is ONLY to preview…
Shotbyabel
  • 273
  • 1
  • 6
  • 18