Skip to main content

Questions tagged [ionic3]

Ionic 3 was the newer version of Ionic, an open source SDK that enabled developers to build mobile apps using standard web technologies (HTML, CSS, and JavaScript). Ionic 3 finally took a back-seat to Ionic 4 in 2019 after 2 years. Ionic 3 was paired with Angular 4 and above.

ionic3
0 votes
1 answer
2k views

Ionic tabs within page

I have an Ionic 3 Angular app that I'm trying to upgrade to Ionic 6. The app itself is not tabbed, but there are pages within it that have tabs. A simplified example: foo.html: <ion-header> &...
NoLongerBreathedIn's user avatar
0 votes
1 answer
661 views

Disable auto-focus on input field for alert controller ionic 3

How do I disable the created alert using alert controller from automatically focusing onto the input field with the keyboard being displayed? let alert = self.alertCtrl.create({ title: 'Login',...
Yeo Bryan's user avatar
  • 397
1 vote
2 answers
121 views

Ionic 3: cannot receive push notification after restarting the app

I am testing by installing the app locally through XCode on my iPhone. When I enable the push notification inside the app, everything works fine. But when I exit the app completely and reopen it later,...
Terry Windwalker's user avatar
0 votes
1 answer
38 views

Find corresponding product combination according to user's selection

This corresponds to an ecommerce site. I have the following JSON corresponding to a list of combinations (sizes, colors, etc) valid for a certain product: [ { "id": 7, "price&...
Moisés Guzmán's user avatar
0 votes
3 answers
1k views

How can I dynamically resize a leaflet map after clicking a button?

I have a leaflet map contained in <div id="map" data-tap-disabled="false" style="width: 100%; height: 100%;"></div> This page is divided into <ion-header&...
Frank DG's user avatar
2 votes
1 answer
768 views

postMessage() in iframe fails, because `document.referrer` returns empty string in iOS

I’m having a problem where a vendor’s javascript is throwing an error because document.referrer returns an empty string as a parameter being sent to postMessage(). Ionic: Ionic CLI ...
Vamshi's user avatar
  • 31
0 votes
0 answers
64 views

How to add an array in Interrface Angular

I have one Interface that contain one array, this contain of the array provide of other interface. The problem is that this is the qualitatLlet in not taiking the interface ExcelData properly The ...
User1738's user avatar
0 votes
1 answer
152 views

How to make the build process not compile all .scss files into a main.css

All my various components have some .scss files which get eventually merged into a single main.css This make it hard to debug as the Chrome Developer Console has no back-references to the source scss ...
Meryan's user avatar
  • 1,395
0 votes
1 answer
225 views

Write json file from Excel in IONIC Angular

I pass Excel file to json and I need to put the information from the object in one json file placed in assets folder. I try using FILE component but I can not find the solution any Help please. The ...
User1738's user avatar
0 votes
1 answer
201 views

Ionic 3 Lifecycle events happening out of order when navigating to different pages

When navigating from one page to another using nav.setRoot(page), why does the iOnViewWillLeave event handler of the current page capture the leaving event after the iOnViewDidLoad of the target page ...
Yeo Bryan's user avatar
  • 397
0 votes
1 answer
101 views

How to download Highchart PDFs in Mobile Apps?

I am using the Ionic version - 5.4.16 and am required to download PDF/Images files from HighCharts Options. On the browser, while development, it's working. But in Ionic Build, it isn't. I tried to ...
Harshita's user avatar
  • 372
2 votes
1 answer
2k views

How can I upgrade Node JS to v14.x with Ionic 3?

According to errors I faced with this TS/Node project (for a simple TypeScript only REST API) the suggested fix (mentioned here (https://github.com/heineiuo/rippledb/issues/148)) is that I needed ...
Meryan's user avatar
  • 1,395
0 votes
0 answers
153 views

Not receiving notification when it is sent while the application is killed/closed

My desired outcome is to be able to display a notification when one is received regardless of whether the app is in foreground/background/kill. I am currently able to receive the notification on my ...
Yeo Bryan's user avatar
  • 397
0 votes
0 answers
2k views

Install Android App Bundle on device over WiFi

How can I installed .AAB file with adb or other tool over a WiFi only connected Android 11 device? I have been using something like: adb.exe -s 192.168.1.120:5555 install -g some.apk tried ...
Meryan's user avatar
  • 1,395
0 votes
0 answers
90 views

admobfree.service.ts is missing from the TypeScript compilation. Please make sure it is in your tsconfig via the 'files' or 'include' property

My project is running.it is code working.I was use admob-free npm plugin then show the error on android build time.i was user firebase notification.I show all list of plugin and ionic info. Show Error ...
Soham Bhatt's user avatar

15 30 50 per page
1
3 4
5
6 7
692