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

Ionic 4 add text and save to phone


How to integrate PayuMoney Payment gateway with ionic 4?

Geolocation is not working on Android devices, although it work on ios

$
0
0

I am writing again since it is really weird that it does not work on android devices.

DevApp not available on Apple App Store, Replacement?

$
0
0

Ionic DevApp has been removed from Apple App Store, what app is replacing it?

I’ve tried Ionic Creator but that doesn’t seem to support “ionic serve -c --address=0.0.0.0 -l” apps.

Thanks,

mdj

Ionic app on iOS requires turning off Safari setting “prevent cross-site tracking”

$
0
0

Hey

I can help you out in this
PM sent, Kindly do check

Best regard,
Noah

Sign In with apple for ionic 4

$
0
0

Never works. I have tried so many times.

Sign In with apple for ionic 4

$
0
0

I found the solution

import { SignInWithApple, AppleSignInResponse, AppleSignInErrorResponse, ASAuthorizationAppleIDRequest } from ‘@ionic-native/sign-in-with-apple/ngx’;

constructor(private signInWithApple: SignInWithApple) { }

this.signInWithApple.signin({
  requestedScopes: [
    ASAuthorizationAppleIDRequest.ASAuthorizationScopeFullName,
    ASAuthorizationAppleIDRequest.ASAuthorizationScopeEmail
  ]
})
.then((res: AppleSignInResponse) => {
  // https://developer.apple.com/documentation/signinwithapplerestapi/verifying_a_user
  alert('Send token to apple for verification: ' + res.identityToken);
  console.log(res);
})
.catch((error: AppleSignInErrorResponse) => {
  alert(error.code + ' ' + error.localizedDescription);
  console.error(error);
});

Firebase storage on Ionic 4

$
0
0

Alright, noted. Sorry for asking but do you have any idea on how I can store my essays and display it to my ionic 4 app?


Google docs link to ionic 4 app

$
0
0

Dear all,

I am creating an essay app for my school where users download the app from play/app store. I will be putting ALL THE ESSAYS in a google doc, and copy the SHAREABLE LINK and paste it here located in the HTML tag so all the users can read the essays.

My question is, is it advisable to do so? Will I face any issues in the future? Or is there a better place to store my essays and display it to my users?

Please advise. Thank you so much.

Geolocation is not working on Android devices, although it work on ios

$
0
0

Geolocation is not working on Android devices, although it work on ios!

Geolocation is not working on Android devices, although it work on ios

How to Resolve the Issue When Quicken Download Transactions Not Showing?

$
0
0

Any discrepancies in your accounting data can cause serious financial problems for your business. If you find that the Quicken downloaded transactions are not showing you can refer to the steps below to fix the issue:

Step 1: Go to the Edit option, then press ‘Downloaded Transactions.’

Step 2: Uncheck the box that says ‘Automatically add to banking registers.’

Step 3: Click on the ‘Update Now’ button near the Action Gear Icon.

Step 4: Save the changes and restart Quicken to check if the transactions are showing.

If you still cannot view the transactions you can call the quicken customer support number number and ask for assistance. Experts will be able to give you detailed solutions to rectify the issue in no time.

Read More:- quicken contact number | quicken customer care

Unable to Inspect for playstore downloaded apps

$
0
0

Hi Everyone,
I am unable to debug the app or unable to inspect the app, after unsigning/signing/uploaded app. all my logs or printing by using console.log command only.

I have uploaded the app to Alpha mode only

Custom header height issue in ionic 4

Equivalent to python OS module in ionic

$
0
0

Hello.
All is in title.
I will like launch a linux command line on ionic.
Thanks.
llaq.


How to add custom fonts Ionic

$
0
0

Any Solution on font not loading by using --prod flag issue?

Response to preflight request doesn't pass access control check: It does not have HTTP ok status

$
0
0

Did anyone fix it? I pass days trying to solve without success.

I configure the server and I pass header from app ionic to server, but the same issue.

I’m greatfully for a help.

My code.
excluirUsuario(email: any) {

console.log("delete");

const headersJson = new HttpHeaders().set('Content-Type', 'application/json');

let url = "http://localhost/project2MJA/usuarios/excluirUsuario.php"

this.httpClient.request('delete',url,{

  

  headers : headersJson,

  body : "{email : 'suebarth@hotmail.com'}"

})

.subscribe(

          res => {

      // Ok

      alert("ok");

},

err =>

{

      // Error ops 

      alert("erro");  

});

The error:

Access to XMLHttpRequest at ‘http://localhost/project2MJA/usuarios/excluirUsuario.php’ from origin ‘http://localhost:8100’ has been blocked by CORS policy: Response to preflight request doesn’t pass access control check: It does not have HTTP ok status.

How do you remove malware using Norton antivirus?

$
0
0

If you feel that your computer is running slowly because of a virus you will need to run a scan to fix the issue. You can refer to the steps below to remove malware using your Norton antivirus software:

· Step 1: Click ‘Run Live Update’ to download the latest virus definitions.

· Step 2: Go to ‘Options’ select ‘Manual Scan’ from the left side menu.

· Step 3: Press the ‘Automatically Repair Infected File’ option.

· Step 4: Select ‘Scan for Viruses’ and then double-click ‘Scan My Computer.’

After Norton Antivirus scans your computer it will automatically remove any malware. In case you encounter an error while running the scan you can call the norton tech support number and ask for technical assistance.

Read More:-norton customer support | norton support number

CORS ISSUE - IONIC 5 Cordova 9 - web api PHP

$
0
0

I’ve issue with cors, i tried a lot of suggestions from web but not a success.

I’m greatifully for a help.

My code.

excluirUsuario(email: any) {

console.log("delete");

const headersJson = new HttpHeaders().set('Content-Type', 'application/json');

let url = "http://localhost/project2MJA/usuarios/excluirUsuario.php"

this.httpClient.request('delete',url,{
  headers : headersJson,
  body : "{email : 'suebarth@hotmail.com'}"
})
.subscribe(
          res => {
      // Ok
      alert("ok");
}, err => 
{
      // Error ops 
      alert("erro");  });

The error:

Access to XMLHttpRequest at ‘http://localhost/project2MJA/usuarios/excluirUsuario.php’ from origin ‘http://localhost:8100’ has been blocked by CORS policy: Response to preflight request doesn’t pass access control check: It does not have HTTP ok status.

Thanks a lot,

Barth

I need Help pliss with mode app problem and bug

$
0
0

Greetings community! how’s it going? Well I want to comment that something strange happens to Ionic, I don’t know what you say:

The problem is the following, I have a logic for an app with login, but when from the browser I change mode and put any type of iphone, the logic is already lost, I use ionic with storage and I have a guard where I call it from the routin to protect route with canActive …

Can you help me? There I am doing something wrong, in fact not being authenticated, automatically from an iphone I jump to dasboard (which currently works on md because it is protected by a guard)

IMG 1:

(MD Mode)

IMG 2:

(IOS MODE)

It is very crazy, because the menu in android mode, to be the login in IOS mode and is not programmed like this
Thank you!

Viewing all 228527 articles
Browse latest View live


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