Did you find any solution I’m having same issue too.
[ERROR] An error occurred while running subprocess npm.
[ERROR] An error occurred while running subprocess npm.
non hoo personne ne veux me répondre
Android app icons tranparent issue
hi all,
I have an issue with some android device. App Icon has background with but I want transparent background
any advices?
thanks
IONIC 5, CSS works in the browser but does not work in the phone
Navigation not works sometimes on ionic 3 push or setroot
Thank you for your answer but there is no any exception.Same link stops working sometime
IONIC 5, CSS works in the browser but does not work in the phone
You have to post your HTML and CSS
IONIC 5, CSS works in the browser but does not work in the phone
HTML :
<div style="position: inherit;display: grid; <p>z-index: 100;</p> <p>grid-template-columns: auto auto ;margin-top:30%;padding: 1.5em;height: 130%;"></p> <pre><code><ion-card *ngFor="let type of types" (click)="changeType(type)" style="background: #072953;"> <img src="{{type.image}}" class="cardImg" /> <ion-icon name="add" class="cardIcon" (click)="presentPopover($event,type)"> </ion-icon> <ion-card-header> <ion-card-title class="cardTitle"> {{type.name}}</ion-card-title> </ion-card-header> </ion-card> </code></pre> </div> <p>SCSS :</p> <p>ion-card{</p> <pre><code>box-shadow: none; border-radius: unset; width: 90%; </code></pre> <p>}</p>Token verification with headers
Nice post You mentioned here, really worth reading. The problem with @Rotschaedl’s example here is that request get sent before getting data from storage?
Can I tweak the "watch" glob for running with live reload?
Right… Sorted. Keeping them in the same workspace was not the solution after all.
So, please excuse me while I go slap myself a few times with npm link
…
[iOS] Create a card/pass with 'Add to Apple Wallet' button
Did you end up getting this to work?
Ionic Native FCM Plugin Installation Breaks Android Build
i have also same problem, i able to solve it.
click this link
dont use capacitor, use cordova
Model-viewer component not displaying until window resize
Hi there,
I am trying to use the Model Viewer web component (developed by Google) in an Ionic PWA - see links below.
Everything works great on Chrome (tested on windows, mac and android) but Safari (mac and ios) has some weird behavior: The component loads but you can’t see anything until you resize the window. On Safari (mac) if you resize the window a little the component suddenly appears. On Safari iOS if you tap in the address bar (as if you’re going to navigate to a new website) then hit cancel - the component suddenly appears!
I’m including the scripts (from a CDN) in the index.html file like so:
<script type="module" src="https://unpkg.com/@google/model-viewer/dist/model-viewer.js"></script>
<script nomodule src="https://unpkg.com/@google/model-viewer/dist/model-viewer-legacy.js"></script>
My usage looks like this:
<model-viewer
id="viewer"
ar ar-scale="auto"
src="path to my model"
alt="Name of my model"
auto-rotate
camera-controls
background-color="#e0e0e0"
ios-src="path to my ios model">
</model-viewer>
My NgModule includes this (in order to get the custom component to work):
schemas: [CUSTOM_ELEMENTS_SCHEMA]
Anyone have ideas as to what could cause this?
The modelviewer examples (from the first link below) seem to work fine in all the browsers that I’ve tested. So I’m assuming that there’s some quirk on the Ionic side that I need to figure out.
Thanks,
Ionic 3 - IOS APNS notification not passing data from Lock Screen to App
My Ionic 3 IOS application receives APNS and the same is listed in status bar if the device is locked. On tap of the notification item, I have written a logic to perform. But it is not working. Below is the code snippet.
pushObject.on('notification').subscribe((notification: any) => {
if (notification.additionalData.TYPE === 'APPROVAL') {
navCtrl.setRoot(HomePage, { message: notification, type: "Approval" });
}
else {
navCtrl.setRoot(HomePage, { message: notification, type: "Notification" });
}
}
On tap of notification from IOS device lock screen, it opens the application but the data I pass were not available.
If the application is minimised and on tap of notification from status bar, it carries the data and the process is clear without any issues. But if the application is killed from background and tap of notification from status bar, it does not carry the data.
IOS version:- 13.3.1
Ionic version :- 3.20.0
Ionic push notification plugin :- 2.3.0 - https://ionicframework.com/docs/v3/native/push/
(Recently updated the push notification plugin for the breaking changes in getting APNS token)
How to conditionally set root page in Ionic 5
As u determine the right session in an async way u need to present a loading spinner (or any waiting ui) for navigating to the proper direction until things resolved
One way is via a splash page that navigates to tabs or start once resolved
Consequence of the async nature of firebase and many other ways to het session data etc
Use Script to connect with web api after build
Hi, I made an application with ionic3 for browser that uses web api, the problem is that every client will have the web api on their own server (which means different URL for each web api) I’m wondering if there is any method or script to give the client access to change the URL on the ionic part after building the application.
V4 : back-button doesn't exit app [solved--Tutorial]
Hey Still facing issue …after applying your solution from every page whene ever we press back button app goes exit.
Please can you provide more information about this problem plz
How can i different iphone 5, iphone 6 and iphone 6+ in styles?
My friend has iPhone 6 and I have iPhone 6s, but the problem is my iPhone 6s get crashed every-time whenever I try to open the applications but my friend’s phone is working fine. Does anyone have any idea that can solve my issue? I also contact the application support but apple application support was not found and I cannot be able to solve this issue.
Run Ionic 4 project on another computer
The problem arose because I had ionic files saved on my desktop, pre ionic install.
I uninstalled ionic, and node.js. moved all files to a external hard drive and shutdown my pc.
Rebooted my computer, re-installed node.js and ionic.
Problems using Ionic on my PC - cannot serve a blank project
The problem arose because I had ionic files saved on my desktop, pre ionic install.
I uninstalled ionic, and node.js. moved all files to a external hard drive and shutdown my pc.
Rebooted my computer, re-installed node.js and ionic.
Set InAppBrowser or Themeable Browser height to show app's bottom tabs
Did you got any solution for this issue ??