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

styling list elements not working Ionic

I have this list: And I have this styles: #modal-list { list-style-type: disc; } I…
user5148540
0
votes
0 answers

AngularJS Ui-Router: Back button Transition Error

Currently I'm using states in my Ionic Framework App. When I press the back button to return to a previous state it shows the current state and the state that it should transition to in the same screen. Error Screen: Each Individual Screen Looks…
0
votes
0 answers

Back button is missing on child state in AngularJS's Ionic Framework

I have issue is my back button is not showing in detail page, after navigating it from tab. I have my states like $stateProvider .state('poets', {abstract: true, url: '/poets', templateUrl: 'views/poets/index.html'}) …
Sankalp
  • 1,300
  • 5
  • 28
  • 52
0
votes
1 answer

how to unlock/enable and change opacity/transparency of a

I want to simulate an effect similar to ng-disable in buttons which disables and makes button semitransparent, but on a div. I'm using ionic framework (just in case). I have this div, I want it to have transparency/opacity to 50% and to be disabled…
Jeka
  • 1,600
  • 3
  • 22
  • 36
0
votes
1 answer

Opening browser and opening a particular website on ionic framework

Hi I would like to ask how will I be able to open a browser and going to a particular website by clicking an icon on a mobile application with ionic framework. For example I clicked the youtube icon on the Ionic framework app, it will open a browser…
Andrien Pecson
  • 282
  • 3
  • 13
0
votes
1 answer

Ionic background img on div not loading LOCAL images but loads images from internet urls

I have this div which is loading perfectly image url from the internet but not my local image, very weird:
CommonSenseCode
  • 23,522
  • 33
  • 131
  • 186
0
votes
0 answers

Is there a way I can re use view template files in ionic?

I am very new to angualrjs and ionic, so for my application i have a set of html code which is reused in multiple view templates. Is there a way I can move those repeated code to a file and include in the templates as I wanted. Eg - I have a three…
ted
  • 3,911
  • 3
  • 26
  • 49
0
votes
2 answers

Changing color of item element and last item in ionic list

I have a dynamic ionic list and I would like to change the color of specific item inside the list, let say that there are my items and I want to change the second bullet point to red, I'm using angular and ionic, I'll appreciate any help the html…
Jan
  • 935
  • 8
  • 20
0
votes
1 answer

How to run angular code snippet in Ionic framework

So I have this simple code in angular that works on jsfiddle as you can see by pressing Run code snippet: function ContactController($scope) { $scope.contact = 0; $scope.add = function() { $scope.contact += 1; …
CommonSenseCode
  • 23,522
  • 33
  • 131
  • 186
0
votes
2 answers

displays in iOS Ionic View with thin grey line

In my stylesheet, I have these styles applied to both the footer bar and the image. ion-footer-bar { border: none !important; box-shadow: none…
Caleb Faruki
  • 2,577
  • 3
  • 30
  • 54
0
votes
0 answers

Ionic Angular - Resetting scope variables

I have a flow of few pages/views starting from first page to last page. This is pretty much based on the Ionic tutorial. I update a factory "Info" with some data as I proceed with the flow. In the final page, after displaying the "summary info" to…
Andy
  • 1,023
  • 1
  • 9
  • 17
0
votes
0 answers

Ionic view app - Facebook authentication

I have tried several things to make facebook authentication work with Ionic View app OR phonegap developer app. None of them worked. Finally i tried this: - created and hosted a URL on a server. lets say abc.com - when user tries to login via…
0
votes
1 answer

Cordova Keyboard Plugin doesn't work in ionic View

I've been trying to find an answer why the cordova keyboard plugin doesn't work in ionic view. In the documentation it says it supports version 1.0.3.. The updated version is 1.0.4. I suspect that's the reason why the keyboard plugin doesn't work in…
teddybear123
  • 2,314
  • 6
  • 24
  • 38
0
votes
1 answer

Encoding issue using ionic-framework

In my App, I build a json and post it to the server (....) json = {"userID": idUser, "name":$scope.data.name, "type":AppService.getType().value, "race":$scope.data.race.name,…
Chocksmith
  • 1,188
  • 2
  • 12
  • 40
0
votes
0 answers

Running app in Ionic View I cannot seem to access external URL's

I have a cordova app that when running on my device can access an external API - however when I use my app in the Ionic View Simulator on either an Android or iOS device I am no longer able to connect to any external URL (e.g my login doesn't…
Zabs
  • 13,852
  • 45
  • 173
  • 297
1 2 3
29
30