Ionic cordova build succeeds but ionic cordova run fails for android
@Moh497 wrote: Hi Team I am trying to generate a debug apk which I can install on my device but with build release android I am getting unsigned apk. So I searched and ran ionic cordova run android...
View ArticleHow correct unaligned highlight in input
@david_bc wrote: Hi evyone . Following the documentation, i did a simple Login form . But the highlight is not aligned with the previous (see screenshot). How can I override this ? Don’t find nothing...
View ArticleGoogle Maps not working in DevApp
@hardcodet wrote: Hi all Is it possible to get native Google Maps to work in DevApp? I just end up with a blank screen and a map that never gets ready. If I build and deploy to my device (Android)...
View ArticleIonic tabs not showing
@pablosanchez wrote: I’m developing an ionic app which has a side menu, and the two first entries have each one an ion-tabs component. The ion-tabs pages are loaded correctly, but the problem is that...
View ArticleHow to specify which Ionic and Angular version to use
@boussarhane wrote: I want to create a new Ionic project using Ionic 3 and Angular 4. As you know Angular 5 is out and when I create a new project it’s created with the last version of Angular. This...
View ArticleIonic 3 - TypeError: console.log is not a function
@amish_thaker wrote: I get this weird error that console.log is not a function. I have not clue what’s causing this. It work’s fine in the entire app but throws this error only on a specific screen...
View ArticleImpossible de bind toggleSwitch in a segment
@jeandemagny wrote: Hi, I implemented a toggle switch in a segment as follow: <ion-menu [content]="content" side="left" id="menuParameter"> <ion-header> <ion-toolbar color="default">...
View ArticleGeolocation Issue PWA
@jsauter wrote: I am having an issue with an app i intend to run in the browser that uses geolocation. Starting from a Home page, the user can navigate to a map page that displays a map. There is a...
View ArticleIonic AOT not injecting AngularFire2 into providers
@mdwagner wrote: Hello! I’m having an issue with Ionic 3 AOT where the build succeeds, but when I try to serve it, it doesn’t inject an AngularFire2 instance into my services (providers). Works fine...
View ArticleWebsite use with grids
@michelled wrote: Please can I get input regarding the use of ionic components within a grid. I have struggled as it seems that components such as a list does not work. Since I am a newbie I would...
View ArticleCode signing is required for product type
@DMoney wrote: When running: ionic cordova run ios I get the following error: Code Signing Error: Signing for “App” requires a development team. Select a development team in the project editor. Code...
View ArticleAssets not cleared
@Rasioc wrote: I just noticed my latest app production update was 3 times the size it should be. Some investigation showed, that the /assets/ directory in the APK and also in www/assets and...
View ArticleIonic View App SQLlite limit
@Willcowd wrote: Hi all. I’ve got an app working on Chrome using ionic serve and connecting to a WebSql. When I upload the app to Ionic View, the app appears to freeze on writing 18 long SQLs to...
View ArticleInstallation failed
@khalilben wrote: Hi, When i build an APK and want to install it on my phone, it’s fail… My phone’s version is Marshmallow 6.0 My Android Platform is { "android": "6.3.0" } And the AndroidManifest.xml...
View ArticleDeviceready event not firing in Android DevApp (deviceready has not fired...
@onwk wrote: So I’m just getting started with Ionic, and I’ve run into the problem that deviceready doesn’t fire (in time), which seems kinda wide spread, at least I could find quite a lot of topics...
View ArticleHow to use SQLCipher in Ionic2 project
@rajkhowa wrote: I have implemented a project using Ionic2 and SQLite. Now I want to use SQLCipher for encrypting data. But after installing plugin cordova-sqlcipher-adapter, i am not able to use it....
View ArticleBug in Ionic View and DevApp: Different ion-header height in same app
@rfarko wrote: I recently faced this issue with two of my apps when testing with Ionic View and Dev App. I am using the latest Ionic CLI and templates (v 3.18.0). The problem is that when adding pages...
View ArticleFailed Build - Error: Cannot read property 'text' of undefined
@vicheanak wrote: Built failed with following message: ionic serve Starting app-scripts server: --address 0.0.0.0 --port 8100 --livereload-port 35729 --dev-logger-port 53703 --nobrowser - Ctrl+C to...
View ArticleFailed to fetch plugin cordova-plugin-mfp for Ionic 2
@sharafatshariff wrote: I got my error code when trying to add plugin to my Ionic 2 project. C:\Users\alex\Documents\GitHub\myApp>ionic cordova plugin add cordova-plugin-mfp cordova plugin add...
View ArticleZoom in ionic slides
@chiragebiztrait wrote: Hello all, I am developing a project for e-commerce, and in product-detail page,i have one slider with product images. in that user can zoom that image. my html code...
View Article