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

Ionic addRow & start is not defined

Trying to figure out why I'm getting this error. Loading page and login works, when I go to the next screen - "start" I get: file:///:1 Uncaught ReferenceError: start is not defined at file:///:1 Uncaught ReferenceError: addRow is not defined …
kierandes
  • 161
  • 3
  • 16
2
votes
1 answer

Remote build in ionic pro fails - cannot find module './_rules'

I just upgraded my ionic legacy app to the ionic pro platform. Following some steps to link my existing app to the ionic pro I had to run this command : $ git push ionic master which triggers a new remote build. This build fails stating : Error:…
RobrechtVM
  • 879
  • 5
  • 22
2
votes
1 answer

ionic 2 registerbackbutton function not working

my app.component.ts has this code @ViewChild(Nav) nav: Nav; constructor(public platform: Platform, public statusBar: StatusBar, private toastService: ToastService, public app: App) { this.platform.ready().then(() => { …
manish kumar
  • 4,412
  • 4
  • 34
  • 51
2
votes
1 answer

plugin_not_installed in this.googlePlus.login() function

I'm trying to use Ionic google plus plugin in my Ionic application. I have a error plugin_not_installed in Android device when I call this.googlePlus.login() function: this.platform.ready(() => { this.googlePlus.login({}) .then(res =>…
Ildar
  • 3,808
  • 7
  • 45
  • 81
2
votes
3 answers

Ionic v1 global $ionicPopover menu

for my ionic v1 app I need to add one header menu (like as bootstrap menu) in right corner. When I click this button, i need to show menu with same ng-click event. For graphical requirement I need a menu and no side menu. Found $ionicPopover, and I…
Andrea Merlin
  • 109
  • 2
  • 12
2
votes
2 answers

Ionic- need an event after page is backed

I need an event of page which is backed. IonWillEnter or ionViewDiEnter events aren't fired when page is backed. Ionic framework seems to show page simply when a back button is clicked. Would you like to teach me? Sorry for my poor English. Thanks
ahadortiz
  • 916
  • 1
  • 9
  • 20
2
votes
1 answer

Ionic 1 local notification not working in Ionic View app

So I'm using this plugin (https://github.com/katzer/cordova-plugin-local-notifications) for my app to have local notifications however it is not working when I have tested it. I followed this tutorial…
Ayudh
  • 1,673
  • 1
  • 22
  • 55
2
votes
3 answers

Ionic 2 app works using "ionic run android", but not on IonicView

When I run my Ionic2 app using ionic run android it works perfectly, and it also works using ionic serve, but when I'm trying to run it using ionic view all I see is a blank screen. What am I doing wrong?
Eliran Pe'er
  • 2,569
  • 3
  • 22
  • 33
2
votes
2 answers

Ionic Share feature not working

I've been using Ionic for a while, including the "ionic share" command from the CLI. However, recently, that command fails with: $ ionic share Invalid command (CLI v2.2.2) Your system information: Cordova CLI: 6.4.0 Ionic CLI Version:…
Wayne F. Kaskie
  • 3,257
  • 5
  • 33
  • 43
2
votes
2 answers

Customizing ionic2 camera

I want to customize the default ionic camera option. I would like to do the following changes to it. Remove the preview, which shows the captured photo, along with 'Use Photo' or 'Retake' buttons. add a custom overlay on the top of camera,…
csharpnewbie
  • 789
  • 2
  • 12
  • 33
2
votes
7 answers

ionic - resize background image when keyboard open

I have a background image in ioniv-view tag class and when the keyboard open on this page, the image resizing .. the code: .bgImage { background: url('../img/LoginBackground.png') no-repeat center center fixed; -webkit-background-size:…
Ron
  • 399
  • 2
  • 6
  • 22
2
votes
1 answer

Side Menu and the page does not responds after setting root page again Ionic 2 Beta 11

Hi i am using Ionic 2 Beta 11. I am on login page after login i am setting a page as a root page after login the page shows and menu icon shows also but when i click on page button and menu icon on the screen of the page then page does not responds…
2
votes
1 answer

Will the Ionic View app only load pages from an ionic directory?

I'm using the ionic and Trigger.io frameworks. To test on my device I'm using the ionic view app, which works fine when I'm loading a sample page from the www folder in the ionic directory, but I want to load the index from Trigger.io's main…
Spilot
  • 1,495
  • 8
  • 29
  • 55
2
votes
1 answer

Pass an array in url width ionic

Hello everyone :) I have an array lesMusiques, and when I click on a music I would like to have informations about this one. For example, if I selected the first one, I must have the array : {"id":"30", "image":"/img/panda-desiigner-jpg.jpg",…
Emilien
  • 2,701
  • 4
  • 15
  • 25
2
votes
2 answers

Bottom div in

I have a ionic (first version) app. i have a problem when implement a div in the bottom when the class scroll is automatically active. I have this stucture: Ionic test
user2209728
  • 21
  • 1
  • 5