Build android --prod --release says app not installed
@wandie wrote: Hello iam compiling my apk for production version but when i run ionic cordova run android the app installs ionic cordova run android --prod --release app doesnt install ionic cordova...
View ArticleHow to close final payment screen in Cordova inappweb browser to show the...
@anespa wrote: Friends, I am using inappweb browser to call a payment page based on bill desk . But the last page with Fail/Success message window could not close . How it can done… My function for...
View ArticleMutiple Cards with full width (inner elements)
@sahir04 wrote: Hi There, i am having an issue i have multiple cards i want to achieve like this inner content like text with or dive with full width of card & fixed where i have placed...
View ArticleHow to show a progress bar when downloading file using Filetransfer plugin
@akhiilsanker wrote: Hi, I need to show a progress bar, displaying the percent of download, while downloading files using file transfer plugin. I have many images to be downloaded, in a single file...
View ArticleImport components ionic
@hyankelwin wrote: Hello my question is below and it is possible to import all the ionic components in a module and import the module to recharge our components created without the project being used,...
View ArticleHotspot plugin on IOS
@Lailat wrote: Hello, Not being developer I have a question concerning a plugin. Does anyone know when the hotspot plugin will be available for IOS? If not Is anyone working on it? I’m kinda stuck...
View ArticleCouchDB / PouchDB best practice
@coreelements wrote: Hi this is not really an IONIC question, but the the goal is still to create an app with IONIC. So I want to create an app to manage buildings. An user can hold multiple...
View ArticleIphone X app too large to fit in view
@zz007 wrote: Hi, I am writing an app using the latest ionic version (not at a PC so cannot get exact version or any code). When the app is run on my iphone X or on the simulator, the header and...
View ArticleBest current options for angular 1.x
@Honkskillet wrote: I have a webapp writen in angular 1.x. I was thinking of creating an Ionic mobile app. What is the best current solution as of Feb '17 with ionic? Should I wait for ionic v4?...
View ArticleSignature Pad does not follow cursor
@setu1421 wrote: I am using angular2-signaturepad library to work with signature in my angular project. Here is my code: signature.module.ts import { NgModule } from '@angular/core'; import {...
View ArticleTinymce failed to load skin.min.css in android
@setu1421 wrote: I am using angular2-tinymce library to work with tinymce editor for android in my project. It is perfectly working in browser using ionic serve. But when i tried to run in android,...
View ArticleCannot read property 'push' of null
@kevko1991 wrote: I am running into a bug with the navController in my code. My code is based on the conference template. In my app.component file, I have defined a new side menu for one of the tabs....
View ArticleTCP requests in Ionic 3
@rusty wrote: I’m writing an Ionic app that interfaces with a GPS device (via Wifi) and needs to communicate with the device using TCP. All the searching I have done has pointed me towards this repo:...
View ArticleDateTime in ion list header
@mdline wrote: Hello, I want to display the birthdate of the person in ion-list header. But this does not work. <ion-list-header> <ion-img src="person.svg" item-left></ion-img> {{...
View ArticleHow to include "angular.module"?
@merma90 wrote: Hi, I wanted to use ng-modules in my home.html when adding this code line to my home.ts angular.module(‘starter.homeside’, []) But I got this error: TS2686: ‘angular’ refers to a UMD...
View ArticleHow to make app log?
@rsa wrote: I would like to save a user in-app activity log to analyze . is there any suggestion for this porpuse? Posts: 1 Participants: 1 Read full topic
View ArticleGoogle Maps web api causes app crash
@filippodicostanzo wrote: Today google has updated the new version of google map api https://groups.google.com/forum/#!topic/google-maps-js-api-v3-notify/cp9SiuHXkFc From now when i try to interact...
View ArticleViewing html content in
@BrunoGZ wrote: I have this: <ion-card-content> <p align="justify">{{ mensagem[2] }}</p> </ion-card-content> And {{ mensagem[2] }} is: <strong>Line 1</strong>...
View Article[Stencil] Problems following the Stencil tutorial
@kpgarrod wrote: I’m trying to follow the tutorial here but running into a couple of problems: “Open src/components/my-name/my-name.tsx in your editor”: as far as I can see there is no such file in...
View ArticleHow to solve "angular is not defined"
@merma90 wrote: Hello, any ideas? Occurrs when running ionic serve command. Posts: 1 Participants: 1 Read full topic
View Article