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

Ionic: mailto link not working in Android

hello@domain.com I am developing an app using Ionic Framework and testing using Ionic.io platform app. On iOS (iPad, iPhone), all the links works but on Android, the mailto link is not working. The following is…
May Myatnoe
  • 107
  • 9
3
votes
1 answer

Ionic : Disable transition effect for particular states

In my ionic application when state changed views changed with "Slide-left" and "Slide-right" effect. But I want to disable this effect for 3 selected states. I used $ionicConfigProvider.views.transition = 'none' in config block but it disabled this…
Nisarg
  • 85
  • 1
  • 7
3
votes
1 answer

transform an existing angular app in ionic

I encounter a problem with an angular app that I want to migrate in ionic I used ui-router for angular and here is my app.js(taken here : https://github.com/tarlepp/angular-sailsjs-boilerplate-frontend/blob/master/src/app/app.js ). I haven't made…
moubert
  • 262
  • 5
  • 16
3
votes
0 answers

Closing Ionic Swipeable List on View Leave

I've been trying to figure out how to detect when leaving a view so I can run a bit of cleanup on the $scope. I found $ionicView (which I prefer over the use of the UI-Routers transition start and end) and tried it out in my child controller: //…
mtpultz
  • 17,267
  • 22
  • 122
  • 201
3
votes
1 answer

ionic setting up push - Cannot read property of undefined

I'm working on a push app via ionic. I followed this tutorial from ionic itself: http://docs.ionic.io/docs/push-from-scratch Registering users - Works perfect! Setting up Push notifications don't It actually worked perfectly two weeks ago, was able…
JochemQuery
  • 1,495
  • 2
  • 26
  • 38
2
votes
1 answer

Ionic 4 custom styling Shadow DOM

Been trying to change footer background but I cant get it right. I have a color for each tag but only the last tag is changed (blue - #0000ff) . How does one do styling in Ionic 4?