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

how to send email with ionic framework using the native email app

So I was stuck trying to send email with ionic. I tried many tutorials, examples but nothing worked except this one: https://www.thepolyglotdeveloper.com/2014/08/send-email-android-ios-ionicframework/. I'm leaving this tutorial here. Please see…
CommonSenseCode
  • 23,522
  • 33
  • 131
  • 186
5
votes
3 answers

Ionic Framework - Uploading to Ionic View app, not getting latest javascript files, possibly cache still exists?

I am self teaching Ionic framework i have loaded up the ionic start myApp tabs according to the Getting started page from Ionic framework (http://ionicframework.com/getting-started/) Everything is good, up and running on my mac, can serve and can…
jonprasetyo
  • 3,356
  • 3
  • 32
  • 48
4
votes
1 answer

Anyway to remove white screen after splash screen

When on a slow connection, my Ionic app shows a white screen briefly on a slow connection. I am not importing any providers and the page does not have cordova plugins so it should not be an issue. Is there any way to 100% remove this. What I was…
Xerri
  • 4,916
  • 6
  • 45
  • 54
4
votes
2 answers

Create custom dialog box in ionic 2

I want to create custom dialog box in ionic2. I have tried lot's of reference ionic docs tutorial but I am not getting what I want. I want to show this when user click on icon. Please give me some idea to achieve the same.
Suraj Bahadur
  • 3,730
  • 3
  • 27
  • 55
4
votes
1 answer

How can I modify the Ionic 2 slider so that it has multiple rows (grid type 4x4, 16 per page)?

I'm using the Ionic2 slider, from its components: http://ionicframework.com/docs/v2/api/components/slides/Slides/. I can't figure out how to make the slider show items on multiple rows, 4x4 = 16 items per slide. This is the code I have. The…
DariusDare
  • 419
  • 2
  • 6
  • 16
4
votes
4 answers

How can I access the main component's functions from a page navigated to in Ionic 2?

I've created an Ionic v2 application using the following command: ionic start my-app sidemenu --v2 --ts. Inside the app.ts file, I have some logic (functions) to do some things (like opening a modal and maintaining state for what the side menu…
Jane Wayne
  • 8,205
  • 17
  • 75
  • 120
4
votes
1 answer

Dynamic value with Ionic scroll-delegate

My situation is that I have made a ion-view which is used by five pages. These pages are navigated through a "tab like" menu, which does not use ion-tabs or anything similar (not really the point of the question). I now would like to use dynamic…
thepio
  • 6,193
  • 5
  • 35
  • 54
4
votes
0 answers

How do I create a spinning wheel image using Ionic and Angular?

I am looking for a wheel directive, or javascript that implement a wheel, this wheel will be used in Ionic so it would be responsive. I found ion-wheel for ionic, it works well in the browser but in some devices it crashed. I found this plugin :…
nacho c
  • 311
  • 1
  • 3
  • 15
4
votes
1 answer

Title on ionic view [ion-view]

I have my controller as "chatnow" and replacing the $scope.iid for title using $stateParams. But the chat messages are updated in a separate variable. I can update the messages at the interface using the following code but title not printed. When i…
Anishnirmal
  • 540
  • 5
  • 11
4
votes
0 answers

Right Arrow of list item conflicting with can-swipe gesture ionic

I am trying to add a can-swipe gesture to a list item in ionic and also a right arrow icon to show that the particular list item is swipable.
Yatin
  • 727
  • 1
  • 9
  • 40
4
votes
2 answers

How to redirect to another page in angular and Ionic

I have problem in redirections in ionic using angular js. here is my code app.js angular.module('test', ['ionic', 'test.controllers', ]) .run(function($rootScope, $state, $ionicPlatform, $window) { $ionicPlatform.ready(function() { if…
user3884692
  • 95
  • 2
  • 6
4
votes
3 answers

How do I center the logo in ionic bar

I want to center my logo in the ionic bar. how do i do it ? (It always shows at the left side) I want it like this Here is my Ionic code :
Sajith
  • 311
  • 1
  • 6
  • 16
4
votes
1 answer

How to use chrome remote debugging with ionic framework?

So I'm reading in this link and it says we can use chrome for remote debugging an app which seeems great but they don't explain how to do it. When I click in the link they provide which has some android documentation, I just see java code. As a…
Jeka
  • 1,600
  • 3
  • 22
  • 36
4
votes
1 answer

Fixed search bar on tab template

I'm using the tabs template of ionic. I need to be a fixed search bar, but I don't find how to insert this bar down the tabs bar. My app is like: (source: esfriki.com) The problem is, I put the searchbar into the tab content, and this works, but,…
Exos
  • 3,958
  • 2
  • 22
  • 30
4
votes
2 answers

How to download the source code from Ionic View

I have my app on Ionic View app, which also means that it is on ionic.io. Is there a way to download the source code?
anvarik
  • 6,417
  • 5
  • 39
  • 53
1 2
3
29 30