Skip to main content

Questions tagged [ionic2]

Ionic 2 is the next generation of Ionic, the open source SDK that enables developers to build performant, high-quality mobile apps using familiar web technologies (HTML, CSS, and JavaScript). Ionic 2 is usually paired with Angular (2). Ionic 2 can also be used as a CSS framework but you'll miss out on the powerful gestures, UI animations and more useful things.

0 votes
0 answers
26 views

Android Studio Sync Failed, How to Upgrade Android SDK in Ionic 2

I have an old project using Ionic2 with minimum SDK 19 and Targeted SDK 29. I want to upgrade the targeted SDK 34, I don't change any code, I only change the SDK requirement in the build.gradle, but ...
Nickholas's user avatar
0 votes
0 answers
28 views

I need to list api calls in ionic app form source code, has anyone done this before?

I have implemented some changes in the backend part of the application, some ionic apps perform various api calls with different payloads to this application. We don't have any document containing ...
Ayan Farooqui's user avatar
0 votes
0 answers
28 views

I have a question regarding SAF on a Ionic Angular App

I'm working on the permissions for an app, and I have a question. Said app was developed initially as an Angular web, and it was very recently wrapped into Ionic in order to make it an App as well. I ...
user23360865's user avatar
0 votes
1 answer
181 views

Ionic angular running issue in android?

I need to run an old ionic project and the node version used is given below. # README # This README would normally document whatever steps are necessary to get your application up and running. ##...
abdul's user avatar
  • 155
0 votes
0 answers
34 views

error when firing command to build android build release in ionic android

getting error when tried to build ionic android app for release update ionic cordova build android Checking Java JDK and Android SDK versions ANDROID_SDK_ROOT=undefined (recommended setting) ...
Manan's user avatar
  • 3
0 votes
0 answers
25 views

How to save video to photo library iOS ionic

How to save video to photo library iOS ionic We are using below code in ionic We using file and file-transfer plugin. Video will be downloaded in the on my iPhone and app folder const transfer = this....
Sangeetha Periyaiah's user avatar
0 votes
1 answer
66 views

How to just return a defined variable from an observable synchronously [duplicate]

So I inherited and angular/ionic app that I am trying to do some testing on, the app is having a bunch of issues, I am currently in the process of changing the functions that store/return the data it ...
Ryan Speciale's user avatar
0 votes
0 answers
92 views

CordovaLib:compileReleaseJavaWithJavac FAILED - ionic build failing for Android TargetSDK 33

To upload my Android App to the Google Play Developer Console, I was informed that a Target SDK of 33 is required. <preference name="android-targetSdkVersion" value="33"/> I ...
Mohan's user avatar
  • 420
0 votes
1 answer
460 views

Ionic framework error: spawn unknown error

When I try to run this command:ionic serve, then I got the following error in the terminal. at ChildProcess.spawn (node:internal/child_process:413:11) at Object.spawn (node:child_process:757:9) at ...
Shehan Mario's user avatar
2 votes
0 answers
79 views

Issues communicating an Ionic mobile app with InAppBrowser and a React web app using postMessage

I am working on two applications: one is a mobile app developed with Ionic and React using TypeScript, and the other is a web app developed with React. In the mobile app, I have integrated the "@...
juan luna's user avatar
0 votes
1 answer
295 views

Capacitor bridge present view controller [NSJSONSerialization dataWithJSONObject:options:error:]: value parameter is nil'

Given an SDK I am trying to present its view in an Ionic-Capacitor app. self.bridge?.viewController is available with it's present method from a Capacitor import After loading the SDK, using: self....
Nex's user avatar
  • 117
1 vote
1 answer
845 views

Capacitor App Plugin dont let android studio build the apk

I am following the tutorial here: https://capacitorjs.com/docs/apis/app I did the following steps: pnpm install @capacitor/app npx cap sync added the code below inside the activity section of the ...
Weylon Santana's user avatar
0 votes
2 answers
2k views

Ionic 6 capacitor `pushNotificationActionPerformed ` event is not getting triggered on clicking push notification

I am implementing push notification in my Ionic 6 App. I am using @capacitor/push-notifications plugin to manage push notification in my Ionic App. import { Injectable } from '@angular/core'; import { ...
Ninja Turtle's user avatar
  • 1,333
0 votes
1 answer
41 views

ng-model seemingly not working in angularjs and ionic date picker

I'm trying to set a default value in my ionic date picker but it just seems to be ignored. The versions are; Ionic "1.3.2" Node v14.15.4 AngularJS v1.8.0 ion-datetime-picker.min.js (not sure ...
Mark's user avatar
  • 3
0 votes
1 answer
557 views

White screen while opening my ionic app in some devices

In few mobiles,my ionic app shows white screen only, when apk build with --prod mode. But the same apk works on other mobiles. If i build without --prod , it is working in all mobiles. i don't have ...
Raja Sekaran's user avatar

15 30 50 per page
1
2 3 4 5
810