[ 
https://issues.apache.org/jira/browse/CB-12353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15826003#comment-15826003
 ] 

Ali Mustafa edited comment on CB-12353 at 1/17/17 1:03 PM:
-----------------------------------------------------------

[~daserge]

try adding alongside cordova-plugin-inappbrowser version 1.5
I can see that for some reason when I call navigator.splashscreen.hide the hide 
method of the inAppBrowser gets called instead.

some debugging:
// code from cordova.js
define("cordova/exec/proxy", function(require, exports, module) {
// internal map of proxy function
var CommandProxyMap = {};
// end of code.

while adding the plugins to the commandproxymap splashscreen gets added with 
its correct methods, then inAppBrowser gets added and it overrides 
Splashscreen's methods in the CommandProxyMap



was (Author: almost92):
[~daserge]

try adding alongside cordova-plugin-inappbrowser version 1.5
I can see that for some reason when I call navigator.splashscreen.hide the hide 
method of the inAppBrowser gets called instead.

some debugging:
<code>
define("cordova/exec/proxy", function(require, exports, module) {
// internal map of proxy function
var CommandProxyMap = {};
</code>

while adding the plugins to the commandproxymap splashscreen gets added with 
its correct methods, then inAppBrowser gets added and it overrides 
Splashscreen's methods in the CommandProxyMap


> UWP - splashscreen is not hidden.
> ---------------------------------
>
>                 Key: CB-12353
>                 URL: https://issues.apache.org/jira/browse/CB-12353
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Plugin SplashScreen
>    Affects Versions: 4.0.0, 4.0.1
>         Environment: cordova-windows 4.4.3 , cordova-plugin-splashscreen 
> 4.0.0, Win10 UWP.
>            Reporter: Ali Mustafa
>              Labels: no-repro, triaged, windows
>
> plugin hide() doesn't hide splashscreen in windows phone 10.
> tried updating both cordova-windows to latest master and 
> cordova-plugin-splashscreen to 4.0.1 and still seeing this.
> following a little debugging I did, it seems like hide() in splashscreen.js 
> function isn't beeing called and therefore 'hidden' class isn't added to the 
> extendedsplashscreen div.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to