Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8681633
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T21:33:41+00:00 2026-06-12T21:33:41+00:00

How to make a splash screen static until the app loads then hide when

  • 0

How to make a splash screen static until the app loads then hide when app is loaded?

This is how it is in wp7 phonegap.

public partial class MainPage : PhoneApplicationPage
{
    private WebBrowserHelper _browserHelper;
    // Constructor
    public MainPage()
    {    
        InitializeComponent();
        this.PGView.Loaded += GapBrowser_Loaded;

        _browserHelper = new WebBrowserHelper(PGView.Browser);
        this.PGView.Browser.ScriptNotify += Browser_ScriptNotify;
    }

    private void GapBrowser_Loaded(object sender, RoutedEventArgs e)
    {
        this.PGView.Loaded -= GapBrowser_Loaded;
        Storyboard _storyBoard = new Storyboard();
        DoubleAnimation animation = new DoubleAnimation()
        {
            From = 0,
            Duration = TimeSpan.FromSeconds(0.6),
            To = 90
        };
        Storyboard.SetTarget(animation, SplashProjector);
        Storyboard.SetTargetProperty(animation, new PropertyPath("RotationY"));
        _storyBoard.Children.Add(animation);
        _storyBoard.Begin();
        _storyBoard.Completed += Splash_Completed;
    }

    void Splash_Completed(object sender, EventArgs e)
    {
        (sender as Storyboard).Completed -= Splash_Completed;
        LayoutRoot.Children.Remove(SplashImage);
    }

    private void Browser_ScriptNotify(object sender, NotifyEventArgs e)
    {
        // if a page notifies that it should not be scrollable, disable
        // scrolling.
        if (e.Value == "noScroll")
        {
            _browserHelper.ScrollDisabled = true;
        }
    }

}

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T21:33:42+00:00Added an answer on June 12, 2026 at 9:33 pm

    if you only need a simple splash picture, why not change SplashScreenImage.jpg in app ?

    i do not very clear why WebBrowserHelper

    from your code , i can see you display your picture after mainpage loaded. because you call
    _storyBoard.Begin(); in GapBrowser_Loaded event handle

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i want to make a splash screen on my android application, i use phonegap.
Ok, so i created a very simple splash screen using this tutorial: http://p-xr.com/android-tutorial-how-to-make-a-basic-splash-screen/ The
I want to make a loading screen(Splash screen) for my Java SE app. And
I'm trying to make a splash screen for my Android app, where the login
I hava a WP 7.5 app. I have a splash screen and then comes
please i make a project under xcode with a splash screen (Default.png). Then, i
I want to show a splash Screen before the App lunch. First I make
In my app I am using animation for splash screen. this animation stops after
I'm trying to make an animated splash screen for my app. I have my
I want to make a splash screen, which cannot be clicked/selected by mouse/UI. As

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.