ionic-framework

Building combined armv7/x86 apk after Crosswalk integration in an Ionic project

送分小仙女□ 提交于 2019-12-28 02:32:10
问题 I have added Crosswalk to my ionic project. When i do ionic build android it outputs two separate APK files, one for armv7 and one for x86. However i want one single apk file bundling two architectures together. I tried setting BUILD_MULTIPLE_APKS = false but it's still building two separate apks. There is a post here saying : Took me a minute but you can get the single build file by commenting out the cdvBuildMultipleApks=true line in the platforms/android/gradle.properties Cheers But i don

Adding google plus login to ionic app

风流意气都作罢 提交于 2019-12-28 02:16:29
问题 I am trying to add google plus login to my ionic app . Following this link gives me an error. https://ionicthemes.com/tutorials/about/google-plus-login-with-ionic-framework Error is : cannot read property googleplus of undefined. Here is my app.js : .run(function($ionicPlatform) { $ionicPlatform.ready(function() { if (window.cordova && window.cordova.plugins.Keyboard) { cordova.plugins.Keyboard.hideKeyboardAccessoryBar(true); cordova.plugins.Keyboard.disableScroll(true); } if (window

Xcode error when uploading to App Store: “No suitable application records were found”

99封情书 提交于 2019-12-28 01:54:25
问题 I'm using Ionic to build an html app for iOS. I've registered an app on iTunes Connect. All goes well in Xcode until I upload to the App Store. I get the following error: iTunes Store operation failed. No suitable application records were found. Verify your bundle identifier 'com.iconicframework.app315125' is correct. 回答1: I suspect you should not be calling your app "com.ionicframework.app315125". That looks like a leftover name from an example project. You need to create a new Bundle

Xcode error when uploading to App Store: “No suitable application records were found”

时间秒杀一切 提交于 2019-12-28 01:54:24
问题 I'm using Ionic to build an html app for iOS. I've registered an app on iTunes Connect. All goes well in Xcode until I upload to the App Store. I get the following error: iTunes Store operation failed. No suitable application records were found. Verify your bundle identifier 'com.iconicframework.app315125' is correct. 回答1: I suspect you should not be calling your app "com.ionicframework.app315125". That looks like a leftover name from an example project. You need to create a new Bundle

Ionic 3 IOS application crash when click on paypal

早过忘川 提交于 2019-12-26 08:28:36
问题 step 1 step 2 This is the error I am getting on clicking paypal button error this app is working fine on Android. But crashing on IOS. Build by IONIC 3. How to solve this issue ? The rent button will redirect to the PayPal. Using PayPal Sandbox account. please help. thanks 2018-05-21 13:04:03.754557+0530 thegrand[665:8151] DiskCookieStorage changing policy from 2 to 0, cookie file: file:///Users/krishanu_mukherjee/Library/Developer/CoreSimulator/Devices/67065A2C-5E45-47EB-AAD8-5F2E8D5149F4

Ionic 3 IOS application crash when click on paypal

≡放荡痞女 提交于 2019-12-26 08:28:11
问题 step 1 step 2 This is the error I am getting on clicking paypal button error this app is working fine on Android. But crashing on IOS. Build by IONIC 3. How to solve this issue ? The rent button will redirect to the PayPal. Using PayPal Sandbox account. please help. thanks 2018-05-21 13:04:03.754557+0530 thegrand[665:8151] DiskCookieStorage changing policy from 2 to 0, cookie file: file:///Users/krishanu_mukherjee/Library/Developer/CoreSimulator/Devices/67065A2C-5E45-47EB-AAD8-5F2E8D5149F4

Ionic 3 IOS application crash when click on paypal

吃可爱长大的小学妹 提交于 2019-12-26 08:27:07
问题 step 1 step 2 This is the error I am getting on clicking paypal button error this app is working fine on Android. But crashing on IOS. Build by IONIC 3. How to solve this issue ? The rent button will redirect to the PayPal. Using PayPal Sandbox account. please help. thanks 2018-05-21 13:04:03.754557+0530 thegrand[665:8151] DiskCookieStorage changing policy from 2 to 0, cookie file: file:///Users/krishanu_mukherjee/Library/Developer/CoreSimulator/Devices/67065A2C-5E45-47EB-AAD8-5F2E8D5149F4

Ionic, error when generating production build

浪尽此生 提交于 2019-12-25 19:53:13
问题 I'm stuck with an error that I cannot solve. The error started when trying to create the build with --prod , I was fixing, updating dependencies and currently when executing ionic cordova build android --prod --verbose I get: typescript error 'ion-icon' is not a known element: 1. If 'ion-icon' is an Angular component, then verify that it is part of this module. 2. If 'ion-icon' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this

Open an ionic modal on top of an ionic popup

两盒软妹~` 提交于 2019-12-25 19:02:17
问题 I'm trying to open a modal page generated from a click in my popup but the modal page stays backward the popup. Any idea how to handle that? I tried to play with : .popup-open .backdrop { z-index: 11; } without success 回答1: In fact, just modify $z-index-modal to 13 in SCSS variables. 来源: https://stackoverflow.com/questions/37701678/open-an-ionic-modal-on-top-of-an-ionic-popup

ionic same codebase for ipad and iphone

不想你离开。 提交于 2019-12-25 19:00:14
问题 I have a fully fledged app built with ionic and angularjs which is running fine on ipad and android.Now we have decided to release it for iphone and android phones with some design changes.Is there any way to do so with the same codebase as the functionality remains same and only the html changes.I read the documentation for ionic platform but it seems it is only for differentiating android and ios platform.Any help is appreciated,thanks 回答1: you can create a separate project for iphones and