# Mobile version of app requires extra step that is not on media test version

**URL:** https://community.thunkable.com/t/mobile-version-of-app-requires-extra-step-that-is-not-on-media-test-version/2901297
**Category:** Questions about Thunkable X
**Created:** [March 18, 2024, 3:06pm UTC](https://community.thunkable.com/t/mobile-version-of-app-requires-extra-step-that-is-not-on-media-test-version/2901297 "2024-03-18T15:06:49Z")
**Posts on this page:** 9
**Page:** 1

<div class="post-metadata">

### Author: ![infoyz8a](https://avatars.discourse-cdn.com/v4/letter/i/ee7513/32.png) [@infoyz8a](https://community.thunkable.com/u/infoyz8a)
#### Post date: [March 18, 2024, 3:06pm UTC](https://community.thunkable.com/t/mobile-version-of-app-requires-extra-step-that-is-not-on-media-test-version/2901297/1 "2024-03-18T15:06:49Z")

</div>

I am creating an app and part of it is for the app to take repeated photographs every 5 seconds. When I test using the the test media button on my pc it works fine, but when I try to use the app on my iphone there is a second step that I did not create. The app version on my phone has “take photo” button but them it also has “use photo” (not something that I programmed). So now on the mobile version of my app it just takes repeated photos without actually “using” them because the “use photo” button is not pressed automatically.

---

<div class="post-metadata">

### Author: ![infoyz8a](https://avatars.discourse-cdn.com/v4/letter/i/ee7513/32.png) [@infoyz8a](https://community.thunkable.com/u/infoyz8a)
#### Post date: [March 18, 2024, 3:07pm UTC](https://community.thunkable.com/t/mobile-version-of-app-requires-extra-step-that-is-not-on-media-test-version/2901297/2 "2024-03-18T15:07:09Z")

</div>

Can anyone help please

---

<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: [March 19, 2024, 12:30am UTC](https://community.thunkable.com/t/mobile-version-of-app-requires-extra-step-that-is-not-on-media-test-version/2901297/3 "2024-03-19T00:30:40Z")

</div>

Without seeing your project or at least screenshots of your blocks, I have no idea how to help you. Can you share those?

---

<div class="post-metadata">

### Author: ![infoyz8a](https://avatars.discourse-cdn.com/v4/letter/i/ee7513/32.png) [@infoyz8a](https://community.thunkable.com/u/infoyz8a)
#### Post date: [March 19, 2024, 3:19am UTC](https://community.thunkable.com/t/mobile-version-of-app-requires-extra-step-that-is-not-on-media-test-version/2901297/4 "2024-03-19T03:19:11Z")

</div>

![Screenshot_6](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/2/b/2bdb6aa93a1113f0627ba9d03c39ef59f5786177.jpeg)  
 ![Screenshot_7](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/1/0/1033d7b2f6db91fc19d5f9e61f6ba892c49f585a.jpeg)  
These are the screenshots from my laptop when I use the web preview and the camera from my laptop. 1st screen has button: Click to Take Photo", when that is clicked my app displays the photo taken and recognizes the product.

---

<div class="post-metadata">

### Author: ![infoyz8a](https://avatars.discourse-cdn.com/v4/letter/i/ee7513/32.png) [@infoyz8a](https://community.thunkable.com/u/infoyz8a)
#### Post date: [March 19, 2024, 3:21am UTC](https://community.thunkable.com/t/mobile-version-of-app-requires-extra-step-that-is-not-on-media-test-version/2901297/5 "2024-03-19T03:21:47Z")

</div>

On the mobile version there is an extra step which I did not create:

 ![IMG_9310.PNG](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/6/c/6c5b2e4c5805ca9db08953bc976eda885319ce0a.jpeg)  
 ![IMG_9314.PNG](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/9/7/97ebc5996a6b6736e8d286b257f84d095876080f.jpeg)  
The app again has a button which says: “Click to Take Photo” once this is clicked I get a second screen at the bottom right of which says: “Use Photo”

---

<div class="post-metadata">

### Author: ![infoyz8a](https://avatars.discourse-cdn.com/v4/letter/i/ee7513/32.png) [@infoyz8a](https://community.thunkable.com/u/infoyz8a)
#### Post date: [March 19, 2024, 3:24am UTC](https://community.thunkable.com/t/mobile-version-of-app-requires-extra-step-that-is-not-on-media-test-version/2901297/6 "2024-03-19T03:24:51Z")

</div>

I did not program this second step in my app, it is a function of the mobile phone, is there a way to avoid this second step?  
The reason is that I want my app to function in a way that when I press the first button: “click to take photo” I want it to take 5 consecutive photos, and submit them, the app to analyze them, without having to go through the extra step of clicking “use photo”  
Is there a way that this can be achieved?

---

<div class="post-metadata">

### Author: ![matt\_conroy](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/matt_conroy/32/150843_2.png) [@matt\_conroy](https://community.thunkable.com/u/matt_conroy)
#### Post date: [March 19, 2024, 3:49pm UTC](https://community.thunkable.com/t/mobile-version-of-app-requires-extra-step-that-is-not-on-media-test-version/2901297/7 "2024-03-19T15:49:50Z")

</div>

The take photo feature is used with the native OS of the device you are using. In the case of iOS and Android, it will always require the user to take and select the photo or retake it. There is no way around this.

---

<div class="post-metadata">

### Author: ![infoyz8a](https://avatars.discourse-cdn.com/v4/letter/i/ee7513/32.png) [@infoyz8a](https://community.thunkable.com/u/infoyz8a)
#### Post date: [March 21, 2024, 2:45pm UTC](https://community.thunkable.com/t/mobile-version-of-app-requires-extra-step-that-is-not-on-media-test-version/2901297/8 "2024-03-21T14:45:37Z")

</div>

Thank you for letting me know. Is there a way to code that once the “select photo” prompt appears on the iOS that is it selected automatically, without physically touching the screen?

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/0/f/0f59f292712368bce16ff80133ae10de8a6f27e8.png) [@system](https://community.thunkable.com/u/system)
#### Post date: [June 19, 2024, 2:46pm UTC](https://community.thunkable.com/t/mobile-version-of-app-requires-extra-step-that-is-not-on-media-test-version/2901297/9 "2024-06-19T14:46:07Z")

</div>

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.
