# Splash page opens twice on downloaded app on IOS

**URL:** https://community.thunkable.com/t/splash-page-opens-twice-on-downloaded-app-on-ios/833717
**Category:** Questions about Thunkable X
**Created:** [September 20, 2020, 2:59pm UTC](https://community.thunkable.com/t/splash-page-opens-twice-on-downloaded-app-on-ios/833717 "2020-09-20T14:59:39Z")
**Posts on this page:** 10
**Page:** 1

<div class="post-metadata">

### Author: ![maptheunknown](https://avatars.discourse-cdn.com/v4/letter/m/f475e1/32.png) [@maptheunknown](https://community.thunkable.com/u/maptheunknown)
#### Post date: [September 20, 2020, 2:59pm UTC](https://community.thunkable.com/t/splash-page-opens-twice-on-downloaded-app-on-ios/833717/1 "2020-09-20T14:59:39Z")

</div>

The splash page or the first page of my app loads twice on a downloaded iOS app. This doesn’t happen when on the Thunkable Live companion. It happens on both iPhone 7+ and Apple XR and iOS 13.3.3.

3 issues because of this behavior:

1. I have an animation on the splash page with Loop=False and this issue is noticeable because the animation loads twice every time I open the downloaded app on iOS.
2. This makes the experience of the user to be slow because the splash page loads twice and it takes at least 4 secs just to load a simple splash page on a downloaded app.
3. There are times where the user is already on the app (maybe after 5-6 secs) and then the app reloads and shows the splash page again. It feels like the whole app restarts in the middle of a session.

Anyone experiencing this too on their downloaded iOS apps? Any ideas to fix this?

---

<div class="post-metadata">

### Author: ![83c4d26aa4d240](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/83c4d26aa4d240/32/61682_2.png) [@83c4d26aa4d240](https://community.thunkable.com/u/83c4d26aa4d240)
#### Post date: [October 11, 2020, 9:41pm UTC](https://community.thunkable.com/t/splash-page-opens-twice-on-downloaded-app-on-ios/833717/2 "2020-10-11T21:41:06Z")

</div>

Hello , I also have a splash screen on my app and I have the same problème !

---

<div class="post-metadata">

### Author: ![83c4d26aa4d240](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/83c4d26aa4d240/32/61682_2.png) [@83c4d26aa4d240](https://community.thunkable.com/u/83c4d26aa4d240)
#### Post date: [October 11, 2020, 9:44pm UTC](https://community.thunkable.com/t/splash-page-opens-twice-on-downloaded-app-on-ios/833717/3 "2020-10-11T21:44:00Z")

</div>

This problem for me is on android and iphone  
You can also see it on the companion when you click on “live test” to reload the app on the companion

---

<div class="post-metadata">

### Author: ![Deluxe](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/deluxe/32/30016_2.png) [@Deluxe](https://community.thunkable.com/u/Deluxe)
#### Post date: [October 25, 2020, 8:10pm UTC](https://community.thunkable.com/t/splash-page-opens-twice-on-downloaded-app-on-ios/833717/4 "2020-10-25T20:10:18Z")

</div>

Any updates to this issue?

---

<div class="post-metadata">

### Author: ![tatiang](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/tatiang/32/55482_2.png) [@tatiang](https://community.thunkable.com/u/tatiang)
#### Post date: [October 25, 2020, 8:43pm UTC](https://community.thunkable.com/t/splash-page-opens-twice-on-downloaded-app-on-ios/833717/5 "2020-10-25T20:43:13Z")

</div>

I think I’m experiencing this, too. I added a vibrate block and a wait 30 seconds block inside a forever block within my “When screen opens” block and my device will vibrate multiple times within 30 seconds.

---

<div class="post-metadata">

### Author: ![drted](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/drted/32/92694_2.png) [@drted](https://community.thunkable.com/u/drted)
#### Post date: [November 11, 2020, 12:33pm UTC](https://community.thunkable.com/t/splash-page-opens-twice-on-downloaded-app-on-ios/833717/6 "2020-11-11T12:33:32Z")

</div>

While we wait for the fix for the open event occuring twice, I thought I’d share the work around I’m using that seems to work on mulitple platforms.

![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/8/1/81c3814d7ba0d5b8f5ae541c648e09f7b9f75712.png)

For this solution to work, the Loading Icon must be set to VISIBLE = FALSE in the design screen.

The first time the screen loads, it will find the loading icon is not visible. That will allow execution to enter the IF Block. The first step in the IF block sets the loading icon to visible.

When the Open Event triggers a second time, the loading icon is visible, so the Open Event does not enter the IF block and effectively does nothing.

Unfortunately, this does not affect the flashing/flickering. But it does prevent 2 asynchronous executions of the Open Event, which produces really weird results if you you are using cloning (like me).

---

<div class="post-metadata">

### Author: ![Deluxe](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/deluxe/32/30016_2.png) [@Deluxe](https://community.thunkable.com/u/Deluxe)
#### Post date: [January 24, 2021, 8:57pm UTC](https://community.thunkable.com/t/splash-page-opens-twice-on-downloaded-app-on-ios/833717/7 "2021-01-24T20:57:12Z")

</div>

Any updates on this issue?

---

<div class="post-metadata">

### Author: ![tatiang](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/tatiang/32/55482_2.png) [@tatiang](https://community.thunkable.com/u/tatiang)
#### Post date: [February 12, 2021, 6:38pm UTC](https://community.thunkable.com/t/splash-page-opens-twice-on-downloaded-app-on-ios/833717/8 "2021-02-12T18:38:05Z")

</div>

I’m surprised this wasn’t reported before on Git Hub. Or else I missed it.

> <https://github.com/thunkable/thunkable-issues/issues/827>
>
> Platform
> Thunkable X
> Issue/Request Origin
> This has been reported many times. Here's one topic, for example: https://community.thunkable.com/t/splash-page-opens-twice-on-downloaded-app-on-ios/833717/6
> Steps to Reproduce
> Use a When Screen Opens or...

---

<div class="post-metadata">

### Author: ![83c4d26aa4d240](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/83c4d26aa4d240/32/61682_2.png) [@83c4d26aa4d240](https://community.thunkable.com/u/83c4d26aa4d240)
#### Post date: [February 18, 2021, 3:37pm UTC](https://community.thunkable.com/t/splash-page-opens-twice-on-downloaded-app-on-ios/833717/9 "2021-02-18T15:37:44Z")

</div>

I reported it months ago, it is getting to be a big issu that as been there for a very long time

---

<div class="post-metadata">

### Author: ![ioannis](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/ioannis/32/146956_2.png) [@ioannis](https://community.thunkable.com/u/ioannis)
#### Post date: [November 8, 2024, 12:21pm UTC](https://community.thunkable.com/t/splash-page-opens-twice-on-downloaded-app-on-ios/833717/10 "2024-11-08T12:21:41Z")

</div>


