You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by mobileias <gi...@git.apache.org> on 2017/09/02 13:52:59 UTC

[GitHub] cordova-plugin-splashscreen pull request #132: Auto Hide Splashscreen issue ...

GitHub user mobileias opened a pull request:

    https://github.com/apache/cordova-plugin-splashscreen/pull/132

    Auto Hide Splashscreen issue in android 

    Hello 
    
    We are creating build using phonegap web site.
    
    We use below phonegap cli 
    `<preference name="phonegap-version" value="cli-7.0.1" />`
    
    also use latest splashscreen plugin
    
    `<plugin name="cordova-plugin-splashscreen" source="npm" version="4.0.3"/>`
    `<preference name="SplashScreen" value="screen" />`
    `<preference name="SplashScreenDelay" value="100000" />`
    `<preference name="SplashShowOnlyFirstTime" value="false" />`
    
    We hide splash screen manually using js code.
    as we checked in android OS only device plugin prompt for 
    Manage calls related permission.
    we use below plugin 
    `<plugin name="cordova-plugin-device" source="npm" version="1.1.3" />`
    
    when it shows below type
    http://prntscr.com/gg6trn
    
    then splash screen automatic hide. 
    
    So can you please help us to resolve that issue ?
    
    Regards

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/apache/cordova-plugin-splashscreen master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cordova-plugin-splashscreen/pull/132.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #132
    
----
commit 7f140e0176213ccaab3ffbfe0e2fc530ca2c1498
Author: filmaj <ma...@gmail.com>
Date:   2017-04-27T20:05:10Z

    Set VERSION to 4.0.4-dev (via coho)

commit e0cf39683511ca963d8971333133f6e3a6ffc95e
Author: filmaj <ma...@gmail.com>
Date:   2017-05-23T19:10:42Z

    Close #126

commit ffda2e81b9b048975baa7461a7286b63e184a810
Author: filmaj <ma...@gmail.com>
Date:   2017-05-25T17:03:13Z

    CB-12847: added `bugs` entry to package.json.

commit c81df6f274d08f3214ba8a692f74741fa0cfe1a1
Author: jab <ja...@users.noreply.github.com>
Date:   2017-06-23T15:39:29Z

    CB-12947: (docs) Fix iPhone 5 and 5s resolution
    
    (and add iPhone SE which was missing)

commit 98f83fea5ae58fb50962af2725310cc199b28f40
Author: Alexander Sorokin <al...@akvelon.com>
Date:   2017-06-27T05:40:32Z

    CB-12935: (ios, android) Enable paramedic builds on Travis CI

commit d63786d33bc5e0552f3aa5328182fb6e84f62337
Author: Alexander Sorokin <al...@akvelon.com>
Date:   2017-06-30T06:32:26Z

    CB-12935: (windows) Enable paramedic builds on AppVeyor

commit be635a36c1c4123da0dee035c1714272c7e81ecd
Author: Alexander Sorokin <al...@akvelon.com>
Date:   2017-07-07T08:36:52Z

    CB-12991: (CI) Updated CI badges

commit d6db9f3459344ddd532e3fff24d672cb882f27d7
Author: Alexander Sorokin <al...@akvelon.com>
Date:   2017-07-10T07:34:56Z

    CB-13000: (CI) Speed up android builds

commit 2db7bac57153e68a0d35f9b8a68ef68fffdbf0bd
Author: Peter (Somogyvari) Metz <pe...@unarin.com>
Date:   2016-06-26T10:41:44Z

    CB-11486 (browser) splashScreenDelay now feed through parseInt to ensure it's an integer by the time it's value is passed in to setTimeout() in hide().

commit 87d29ad6d3d5ddeaf2986b8c7b54d9e34bd46efc
Author: Peter (Somogyvari) Metz <pe...@unarin.com>
Date:   2016-06-26T10:45:43Z

    CB-11487 (browser) The "standard" AutoHideSplashScreen config.xml property is now supported by the browser platform.

commit bf9607e27f2f74d9a38b3172bd3f1accfdba2c59
Author: Peter (Somogyvari) Metz <pe...@unarin.com>
Date:   2016-06-26T10:49:08Z

    CB-11488 (browser) Added a 1 second long fade out to the splash screen instead of the hard remove from the DOM whenever hide() is called.
    Also made a high z-index the default. This could be added from the user's stylesheets but if that only
    gets parsed later, there may be flickering between the application UI and the splash screen itself.

commit a18cc8241ae040ef622e0732b91e44fda072efab
Author: Peter (Somogyvari) Metz <pe...@unarin.com>
Date:   2016-06-26T20:10:50Z

    CB-11488 (browser) The hide() call became non re-entrant after the addition of fade out. This fixes the issue.

commit b0e1157c8add1427179f29a77c0fc0d609ede29a
Author: Peter (Somogyvari) Metz <pe...@unarin.com>
Date:   2016-07-01T22:01:14Z

    CB-11488 (browser) Guarding code against the case when deviceready fires earlier than the plugin init on cold-start

commit 7735ae0598c3299050b72a9245dc2a9e949a1368
Author: Alexander Sorokin <al...@akvelon.com>
Date:   2017-07-11T08:55:26Z

    CB-11487 (browser) Documented AutoHideSplashScreen for browser
    this closes #107

commit 7c0ab0fa5148a0554c57163697dad232a5137425
Author: filmaj <ma...@gmail.com>
Date:   2017-07-19T04:26:05Z

    Closes #109

commit e5c6772f177a58c663efd3dbb8dbbc03ff9b463e
Author: Andrey Sharapov <an...@scat.su>
Date:   2017-07-24T12:36:34Z

    CB-13094: (android) Don't show splash when activity being finished

commit fcef678a7fa6532ddc02811e11b00383bc17ef20
Author: Alexander Sorokin <al...@akvelon.com>
Date:   2017-07-28T11:19:30Z

    CB-13028 (CI) Browser builds on Travis and AppVeyor

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org
For additional commands, e-mail: dev-help@cordova.apache.org


[GitHub] cordova-plugin-splashscreen pull request #132: Auto Hide Splashscreen issue ...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/cordova-plugin-splashscreen/pull/132


---

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[GitHub] cordova-plugin-splashscreen issue #132: Auto Hide Splashscreen issue in andr...

Posted by jcesarmobile <gi...@git.apache.org>.
Github user jcesarmobile commented on the issue:

    https://github.com/apache/cordova-plugin-splashscreen/pull/132
  
    Hi,
    
    You have created a Pull Request by mistake, can you close it?
    



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org
For additional commands, e-mail: dev-help@cordova.apache.org