Quantcast
Channel: Ionic Forum - Latest posts
Viewing all 228532 articles
Browse latest View live

Digital marketing services in united kingdom

$
0
0

Branding is basically increasing the value of the brand, that is all activities that are diverted towards portraying the image of the brand and strategizing ways to put forward the positive image of the brand. Nowadays branding of the companies is also conducted via digital ways as it has a wide reach of consumers and efficient marketing can be done with the help of these ways.

#digitalmarketingcompany #digitalmarketingagency #digitalmarketingstrategy #digitalmarketingexpert #digitalmarketingconsultant

for more information visit: https://www.sdlccorp.com/digital-marketing/
or call +1 (618) 6154906


Best Digital Marketing at affordable price ~ BY SDLCCorp

$
0
0

Best Digital Marketing By SDLCCorp. Specializing in Digital Marketing as
the word suggests is the marketing of the products and services via digital sources,
When marketing of goods is done via the internet to increase the
page views of the websites and selling their goods or services through the computers itself is included under digital marketing.

#digitalmarketingcompany #digitalmarketingagency #digitalmarketingstrategy #digitalmarketingexpert #digitalmarketingconsultant

Visit us at:- https://www.sdlccorp.com/digital-marketing/
Call us at:- +1 (618)6154906

Tab only on condition?

$
0
0

can I make redirectTo conditionally , I have two types of login
so according to login condition I want to pass the component inside redirectTo

How can I use Infinite Scroll with Typescript?

$
0
0

Thanks a ton! That cleared it up. Tried to find what class to cast it to but could not find it to save my life haha

Problem in facebook and google login

Failed to read the 'cssRules' property from 'CSSStyleSheet'

$
0
0

Facing strange error on real device. (android)

E/Capacitor/Console: File: http://localhost/js/chunk-vendors.7ce19db3.js - Line 9 - Msg: Uncaught (in promise) SecurityError: Failed to read the 'cssRules' property from 'CSSStyleSheet': Cannot access rules

It works just fine on local build (ionic serve) but when i try on real device i am getting this error after few clicks:
Login page works fine
After login being redirect to home page (ok)
When i try another navigation (to some another page) app being freeze and getting this error in console (chrome inspect, android sutdio run console)

I did mobile build few days ago and app worked without issues.
After that i’ve added just few api calls and one plugin @capacitor/storage

Best regards

Ionic 5 ion-alert: ngModel is not working when used inside message string

$
0
0

Hi,

The quantity value is not getting bind in ngModel. can anyone tell how to bind quantity field and get user entered value on dismiss of alert?.
thanks in advance :grinning:

image

async presentAlertPrompt() {

this.quantity = 0;

const alert = await this.alertController.create({

  cssClass: 'my-custom-class',

  header: 'Prompt!',

  mode: 'ios',

  message: new IonicSafeString(`<ion-list><ion-item><ion-label position="stacked"><span>${this.cs.GlobalValue.quantity}</span></ion-label>

  <ion-input type="number" placeholder="enter quantity" min=0 [(ngModel)]="quantity"></ion-input></ion-item></ion-list>`),

  buttons: [

    {

      text: 'Cancel',

      role: 'cancel',

      cssClass: 'secondary',

      handler: () => {

        console.log('Confirm Cancel');

      }

    }, {

      text: 'Ok',

      handler: (event) => {

        console.log(this.quantity);

      }

    }

  ]

});

await alert.present();

alert.onDidDismiss().then(res => {

  console.log(this.quantity)

})

}

How to fills up on full screen devices


Library not found for -lFirebaseCore

$
0
0

Hello,

I am using the FCM plugin for notifications on my application, and when compiling on XCODE, I have an error :

Library not found for -lFirebaseCore

Do you have any idea where this might come from?

Thank’s for help !

How to fills up on full screen devices

Ionic v5 - Webstorm - templates setup for code-completion

$
0
0

I have been trying to get Webstorm (v 2020.1.2) working to provide intellisense/code autocompletion on html/templates without luck.

Tried different things, like not excluding node_modules/@angular & node_modules/@ionic directories from indexing, then invalidate cache and restart, also have IonicModule imported on app module, and still no luck.

Even simple Angular *ngFor is not being suggested so I guess I’m missing something bigger than just ionic setup. However Ctrl+click on component variable included in template file correctly opens ts one.

I do have Webstorm’s Angular & AngularJS plugin setup.

This is the output from ionic info:

Ionic:

Ionic CLI : 6.16.1 (C:\Users\Julian\AppData\Roaming\nvm\v12.14.0\node_modules@ionic\cli)
Ionic Framework : @ionic/angular 5.6.9
@angular-devkit/build-angular : 12.0.5
@angular-devkit/schematics : 12.0.5
@angular/cli : 12.0.5
@ionic/angular-toolkit : 4.0.0

Capacitor:

Capacitor CLI : 3.0.1
@capacitor/android : not installed
@capacitor/core : 3.0.1
@capacitor/ios : not installed

Utility:

cordova-res : 0.9.0
native-run : 1.4.0

System:

NodeJS : v12.14.0 (C:\Program Files\nodejs\node.exe)
npm : 6.13.4
OS : Windows 10

Any ideas?

Announcing Ionic Payments

$
0
0

Originally published at: Announcing Ionic Payments - Ionic Blog

We are excited to announce Ionic Payments, the official Ionic solution for delivering secure payment experiences across the devices and platforms your customers care about. Powered by a single cross-platform API, you can now seamlessly incorporate Google Pay and Apple Pay into your application then start collecting payments on the web, mobile, and desktop. Why…

Warning in iOS: [general] 'NSKeyedUnarchiveFromData' should not be used to for un-archiving and will be removed in a future release

$
0
0

Hi,

I got a warning while running the app on Xcode like this

[general] ‘NSKeyedUnarchiveFromData’ should not be used to for
un-archiving and will be removed in a future release

How can I fix this?
The app still working fine. But will it be a problem in the future?

Appreciate any helps, suggestions.

my ionic info

Ionic:

Ionic CLI : 5.4.16 (/usr/local/lib/node_modules/ionic)
Ionic Framework : ionic-angular 3.9.5
@ionic/app-scripts : 3.2.3

Cordova:

Cordova CLI : 9.0.0 (cordova-lib@9.0.1)
Cordova Platforms : ios 6.2.0
Cordova Plugins : cordova-plugin-ionic-keyboard 2.2.0, cordova-plugin-ionic-webview 4.2.1, (and 13 other plugins)

Utility:

cordova-res (update available: 0.15.3) : 0.15.1
native-run (update available: 1.4.0) : 0.2.9

System:

ios-deploy : 1.9.4
ios-sim : 8.0.2
NodeJS : v14.17.3 (/usr/local/bin/node)
npm : 6.12.0
OS : macOS
Xcode : Xcode 12.5 Build version 12E262

Thanks,

Failed to read the 'cssRules' property from 'CSSStyleSheet'

$
0
0

[UPDATE]

It turned down that i used ion-router-outlet at App.vue and router-view for navigation of home (tabs) view
By changing router-view with ion-router-outlet app performed as expected.

iOS Build size increasing drastically after adding this plugin to Ionic-5 project

$
0
0

I’m confused. All Angular apps run in a browser, and can use SubtleCrypto.


Ionic 5 ion-alert: ngModel is not working when used inside message string

Web, Mobile Monorepo

$
0
0

Hello,

I have the same problematic here. Did you manage to set up this architecture with NX ?
If yes, I’m very interested about your experience.

I would like to create an UI lib with custom components built with ionic components and use it as the same way in my web and mobile app.

Unable to run ionic build (Error)

$
0
0

In my case, run both global and local installs of angular/cli to match to npm prefix location.
My prefix path is c:/users/[my userid]/AppData/roaming/npm
After angular/cli is installed ng.cmd command should be in the prefix path folder.

After this was failed again, I tried to install angular/cli locally along with --save-dev option.
here are the example commands:

$ npm config get prefix
$ npm install -g @angular/cli@10.2.3
$ ionic serve

If failed again, try the command below because ionic cli or whatever is looking at /node_modules/.bin folder for ng command.
$ call npm install --save-dev @angular/cli@^10.2.3

Web, Mobile Monorepo

When I run the app from the browser the map is loaded but when I run the ionic cordova build and generate the apk the map does not show me anything and the page is blank and does not load the map

$
0
0

Good morning community create this session to ask the following question I have created an app in ionic with cordova and that and using the google map api when I run the app from the browser the map is loaded but when I run the ionic cordova build and generate the apk the map does not show me anything and the page is blank and does not load the map.

Viewing all 228532 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>