Back to Cordova

2020 09 24

slack-digest/2020-09-24.md

latest2.3 KB
Original Source

Cordova Slack Digest

Thu, 24 Sep 2020 08:24:55 GMT

User count: 4131

Join the conversation at slack.cordova.io

Channel #general (3 messages)


Wed, 23 Sep 2020 09:33:42 GMT

@owenocq says

I've done some more investigating in the splash screen issue I'm getting. So the splash screen image set appears correctly and instantly for a very short amount of time, then there's a white flash before WKView renders the css. I've tried adding to config.xml:

<preference name="SplashScreen" value="screen" /> <preference name="SplashMaintainAspectRatio" value="false" /> <preference name="AutoHideSplashScreen" value="false" /> <preference name="SplashScreenDelay" value="9000" /> <preference name="FadeSplashScreenDuration" value="5000" />

But none are stopping the splash screen from disappearing. And I've tried adding this to onDeviceReady():  

if
	navigator.splashscreen.show();
} else { 
	console.log('I am not set');
}```
But the else not found is triggering.

Any clues wise Cordova people what is happening?

Wed, 23 Sep 2020 13:04:04 GMT

@ziqbal.consultech says

Hello every One

Wed, 23 Sep 2020 13:07:23 GMT

@ziqbal.consultech says

I have calledBack issue in Cordova I am opening External Link for Payment gateway then want to go back to app page how can i find link for that any help would be great Thanks in Advance

Channel #cordova-ios (1 messages)


Wed, 23 Sep 2020 13:24:53 GMT

@lkvh says

Is it possible to use wkwebview-inject-cookie if my response cookie domain is empty

Channel #cordova-android (1 messages)


Wed, 23 Sep 2020 13:12:44 GMT

@ziqbal.consultech says

Hello I have calledBack issue in Cordova I am opening External Link for Payment gateway then want to go back to app page how can i find link for that any help would be great Thanks in Advance

Channel #cordova-browser (1 messages)


Wed, 23 Sep 2020 13:13:12 GMT

@ziqbal.consultech says

Hello I have calledBack issue in Cordova I am opening External Link for Payment gateway then want to go back to app page how can i find link for that any help would be great Thanks in Advance