# Latest

**URL:** https://community.thunkable.com/latest.md?page=178

[Latest](https://community.thunkable.com/latest.md) · [Categories](https://community.thunkable.com/categories.md) · [Tags](https://community.thunkable.com/tags.md)

**Page:** 179

---

## [Delete previous markets on google maps](https://community.thunkable.com/t/delete-previous-markets-on-google-maps/2060676)

<div class="topic-metadata">

**Author:** [@leviocsmithk](https://community.thunkable.com/u/leviocsmithk)\
**Replies:** 1\
**Last updated:** [September 27, 2022, 11:23pm UTC](https://community.thunkable.com/t/delete-previous-markets-on-google-maps/2060676 "2022-09-27T23:23:12Z")

</div>

Ok I have tried what is shown in the screenshot and it does not seem to work, Here is what I have: All I want it to do is remove the previous markers in a way that there is only one marker on the screen at a time,…

---

## [How do you add number abbreviations](https://community.thunkable.com/t/how-do-you-add-number-abbreviations/2060164)

<div class="topic-metadata">

**Author:** [@thewrongcode101](https://community.thunkable.com/u/thewrongcode101)\
**Replies:** 4\
**Last updated:** [September 27, 2022, 8:46pm UTC](https://community.thunkable.com/t/how-do-you-add-number-abbreviations/2060164 "2022-09-27T20:46:03Z")

</div>

basically, I’m working on an app and I want to be able to have it so that instead of numbers being like 10000 it becomes 10k. so if a value was 13,382 it would turn into 13.38k or if it was 372,281 it would turn into 3…

---

## [Data viewer list background color - condition by value in airtable](https://community.thunkable.com/t/data-viewer-list-background-color-condition-by-value-in-airtable/1042003)

<div class="topic-metadata">

**Author:** [@mgvalueappo](https://community.thunkable.com/u/mgvalueappo)\
**Replies:** 2\
**Last updated:** [January 1, 2021, 7:24am UTC](https://community.thunkable.com/t/data-viewer-list-background-color-condition-by-value-in-airtable/1042003 "2021-01-01T07:24:48Z")

</div>

How to color a background in a cell data viewer list based on a cell in an airtable? I have Yes / No value in the column in airtable. If is Yes I want the background color in the data viewer list to be different. Bud th…

---

## [Webviewer crashing on Android when not visible](https://community.thunkable.com/t/webviewer-crashing-on-android-when-not-visible/1283155)

<div class="topic-metadata">

**Author:** [@lamagalhaes](https://community.thunkable.com/u/lamagalhaes)\
**Replies:** 25\
**Last updated:** [September 26, 2022, 6:18pm UTC](https://community.thunkable.com/t/webviewer-crashing-on-android-when-not-visible/1283155 "2022-09-26T18:18:12Z")

</div>

when you set visible = false (properties or block code) of webviewer… it’s crashing the app only on Android, iOS is working fine. It happens both Thunkable Live and downloaded. position:absolute not working either abso…

---

## ["Bottom Tab Navigator" Tool : I want to hide the Tab bar when the keyboard appears](https://community.thunkable.com/t/bottom-tab-navigator-tool-i-want-to-hide-the-tab-bar-when-the-keyboard-appears/2057607)

<div class="topic-metadata">

**Author:** [@eak41](https://community.thunkable.com/u/eak41)\
**Replies:** 0\
**Last updated:** [September 26, 2022, 12:58am UTC](https://community.thunkable.com/t/bottom-tab-navigator-tool-i-want-to-hide-the-tab-bar-when-the-keyboard-appears/2057607 "2022-09-26T00:58:47Z")

</div>

3 months ago I got results like this When using the keyboard The tab bar will not appear. But now, when I create an APK file to test it in real life. turned out to be When using the keyboard The tab bar is not h…

---

## [Is it possible to use javascript in app?](https://community.thunkable.com/t/is-it-possible-to-use-javascript-in-app/2055467)

<div class="topic-metadata">

**Author:** [@bibbi](https://community.thunkable.com/u/bibbi)\
**Replies:** 23\
**Last updated:** [September 25, 2022, 11:53pm UTC](https://community.thunkable.com/t/is-it-possible-to-use-javascript-in-app/2055467 "2022-09-25T23:53:39Z")

</div>

hi I thought of using javascript in the webviewer to run a script that gives a timestamp when given a date and time is this possible? Doesn’t this violate play store rules as I understand?

---

## [Restart App block in Thunkable?](https://community.thunkable.com/t/restart-app-block-in-thunkable/2056478)

<div class="topic-metadata">

**Author:** [@krish05](https://community.thunkable.com/u/krish05)\
**Replies:** 4\
**Last updated:** [September 24, 2022, 7:33pm UTC](https://community.thunkable.com/t/restart-app-block-in-thunkable/2056478 "2022-09-24T19:33:54Z")

</div>

Hey Thunkers, I need help with something. Is there a block that can restart an app? I am not able to find anything, but please share your thoughts. Thanks! Not real block

---

## [Reverse all Data in Airtable](https://community.thunkable.com/t/reverse-all-data-in-airtable/2047194)

<div class="topic-metadata">

**Author:** [@sai1910](https://community.thunkable.com/u/sai1910)\
**Replies:** 12\
**Last updated:** [September 24, 2022, 2:39pm UTC](https://community.thunkable.com/t/reverse-all-data-in-airtable/2047194 "2022-09-24T14:39:29Z")

</div>

Hi, I have an Airtable Database with some data that is uploaded and shown within the app (in a Data Viewer List) . Whenever a new entry is added, it shows at the bottom of the Data Viewer list. I need it to show at the t…

---

## [Stored Variable Doesn't Work With Data Viewer Blocks](https://community.thunkable.com/t/stored-variable-doesnt-work-with-data-viewer-blocks/2055106)

<div class="topic-metadata">

**Author:** [@skulamester](https://community.thunkable.com/u/skulamester)\
**Replies:** 7\
**Last updated:** [September 23, 2022, 4:29pm UTC](https://community.thunkable.com/t/stored-variable-doesnt-work-with-data-viewer-blocks/2055106 "2022-09-23T16:29:40Z")

</div>

Hi there, I want to use variables in my app, and everything seemed good, but today it isn’t working anymore. When I want to use a stored variable, I can’t do that because I get an internal error and the app is not savi…

---

## [Ask camera and library permissions in webview](https://community.thunkable.com/t/ask-camera-and-library-permissions-in-webview/2048179)

<div class="topic-metadata">

**Author:** [@dani19130a](https://community.thunkable.com/u/dani19130a)\
**Replies:** 12\
**Last updated:** [September 23, 2022, 10:00am UTC](https://community.thunkable.com/t/ask-camera-and-library-permissions-in-webview/2048179 "2022-09-23T10:00:31Z")

</div>

Dear Community, I would like to ask you if someone can help with the issue described in the subject. I developed a way for taking and cropping photos with a simple html5 script (you can see it here) but I noticed that c…

---

## [Google firebase Your database has been disabled due to exceeding usage limits](https://community.thunkable.com/t/google-firebase-your-database-has-been-disabled-due-to-exceeding-usage-limits/2053622)

<div class="topic-metadata">

**Author:** [@funhall](https://community.thunkable.com/u/funhall)\
**Replies:** 2\
**Last updated:** [September 22, 2022, 4:54pm UTC](https://community.thunkable.com/t/google-firebase-your-database-has-been-disabled-due-to-exceeding-usage-limits/2053622 "2022-09-22T16:54:21Z")

</div>

I use google firebase a lot for my apps. And now I have got this issue all af a sudden. I have used the firebase for several years with no problem. Havent changed anything the last month in my apps… How can I see what h…

---

## [Offline capabilities ](https://community.thunkable.com/t/offline-capabilities/2049972)

<div class="topic-metadata">

**Author:** [@hemin.kurd00r](https://community.thunkable.com/u/hemin.kurd00r)\
**Replies:** 7\
**Last updated:** [September 22, 2022, 1:57am UTC](https://community.thunkable.com/t/offline-capabilities/2049972 "2022-09-22T01:57:17Z")

</div>

Hi, I recently came across your website and thought it might help me with my app idea. Just one question. Does it support offline version for users? Like if i create an app with content in it, could the users download t…

---

## [Open link from Webview to another app or browser](https://community.thunkable.com/t/open-link-from-webview-to-another-app-or-browser/65585)

<div class="topic-metadata">

**Author:** [@alissonar7](https://community.thunkable.com/u/alissonar7)\
**Replies:** 8\
**Last updated:** [September 21, 2022, 11:53pm UTC](https://community.thunkable.com/t/open-link-from-webview-to-another-app-or-browser/65585 "2022-09-21T23:53:38Z")

</div>

I only managed for android while doing: web: //www.example.com I tried to do the same on the iPhone and it does not. I tried other names and I could not. Only on Android. Would you be able to tell me what URL I can us…

---

## [Fireside Chat with Technovation](https://community.thunkable.com/t/fireside-chat-with-technovation/2052431)

<div class="topic-metadata">

**Author:** [@ariel](https://community.thunkable.com/u/ariel)\
**Replies:** 0\
**Last updated:** [September 21, 2022, 9:13pm UTC](https://community.thunkable.com/t/fireside-chat-with-technovation/2052431 "2022-09-21T21:13:14Z")

</div>

Are you looking to take your computer science curriculum to the next level and build interest amongst girls? Join us on September 28th at 2pm PST for our fireside chat with the Founder and CEO of Technovation, Tara Ch…

---

## [No mail and No Published app to App store connect](https://community.thunkable.com/t/no-mail-and-no-published-app-to-app-store-connect/2051332)

<div class="topic-metadata">

**Author:** [@stefansladdeneng1](https://community.thunkable.com/u/stefansladdeneng1)\
**Replies:** 1\
**Last updated:** [September 21, 2022, 4:43pm UTC](https://community.thunkable.com/t/no-mail-and-no-published-app-to-app-store-connect/2051332 "2022-09-21T16:43:36Z")

</div>

Hi My App is passing the process without problems. I receive a message that i will get an email from Apple to tell me when the app is in Apple Store Connect - But i do not get this email and i do not get the app publish…

---

## [\[Solved\] How to find an item index in a list?](https://community.thunkable.com/t/solved-how-to-find-an-item-index-in-a-list/2048801)

<div class="topic-metadata">

**Author:** [@yunglurd95sba70d](https://community.thunkable.com/u/yunglurd95sba70d)\
**Replies:** 4\
**Last updated:** [September 21, 2022, 2:22am UTC](https://community.thunkable.com/t/solved-how-to-find-an-item-index-in-a-list/2048801 "2022-09-21T02:22:14Z")

</div>

Is there a way to find the index of an item in a list, given that you are not using any data sources or API to import data, just a regular list?

---

## [Bottom navigation size or placement](https://community.thunkable.com/t/bottom-navigation-size-or-placement/2051061)

<div class="topic-metadata">

**Author:** [@ryan\_hall\_apps](https://community.thunkable.com/u/ryan_hall_apps)\
**Replies:** 2\
**Last updated:** [September 21, 2022, 1:55am UTC](https://community.thunkable.com/t/bottom-navigation-size-or-placement/2051061 "2022-09-21T01:55:51Z")

</div>

Is there a way to adjust the height or move a bottom tab navigation up on the screen? On the iPhone 13 Max the bottom tab navigation is so far at the bottom that it interferes with iPhone features.

---

## [Map Pitch and Rotate Glitch \[Aug 2022\]](https://community.thunkable.com/t/map-pitch-and-rotate-glitch-aug-2022/2051109)

<div class="topic-metadata">

**Author:** [@josh.pilot538](https://community.thunkable.com/u/josh.pilot538)\
**Replies:** 2\
**Last updated:** [September 21, 2022, 12:36am UTC](https://community.thunkable.com/t/map-pitch-and-rotate-glitch-aug-2022/2051109 "2022-09-21T00:36:22Z")

</div>

I am having a problem using the map feature when I try to rotate or change the pitch. The Map will always go back to facing north and the pitch will keep going back to normal. Is there a way to fix this? I can zoom in an…

---

## [BLE "onReceive block" for BLE Broadcast"](https://community.thunkable.com/t/ble-onreceive-block-for-ble-broadcast/2051111)

<div class="topic-metadata">

**Author:** [@josh.pilot538](https://community.thunkable.com/u/josh.pilot538)\
**Replies:** 0\
**Last updated:** [September 20, 2022, 11:52pm UTC](https://community.thunkable.com/t/ble-onreceive-block-for-ble-broadcast/2051111 "2022-09-20T23:52:00Z")

</div>

It would be great if there was a block that could receive the ble broadcast instead of having to read the ble device in a loop. Because of this the ble device is never allowed to go to sleep since I have to continually r…

---

## [How to check permissions?](https://community.thunkable.com/t/how-to-check-permissions/1940176)

<div class="topic-metadata">

**Author:** [@hatmanactions](https://community.thunkable.com/u/hatmanactions)\
**Replies:** 3\
**Last updated:** [September 20, 2022, 6:48am UTC](https://community.thunkable.com/t/how-to-check-permissions/1940176 "2022-09-20T06:48:38Z")

</div>

How can I check if the application has camera or location permissions? I am trying to do something like this (just an example): If permission for camera is granted change text input to value “Granted”. If not change tex…

---

## [Is it necessary to upload iPad screenshots in App Store Connect?](https://community.thunkable.com/t/is-it-necessary-to-upload-ipad-screenshots-in-app-store-connect/2036333)

<div class="topic-metadata">

**Author:** [@kartik14](https://community.thunkable.com/u/kartik14)\
**Replies:** 12\
**Last updated:** [September 20, 2022, 6:06am UTC](https://community.thunkable.com/t/is-it-necessary-to-upload-ipad-screenshots-in-app-store-connect/2036333 "2022-09-20T06:06:59Z")

</div>

Hi all, I am publishing my app to App Store, and I am confused on whether I should upload iPad (2nd & 3rd/4th gen) screenshots or not… (I have managed to collect screenshots for both sizes of iPhones) I read this answer…

---

## [Animation game it lag](https://community.thunkable.com/t/animation-game-it-lag/2049476)

<div class="topic-metadata">

**Author:** [@wpp.appbookxgaxd](https://community.thunkable.com/u/wpp.appbookxgaxd)\
**Replies:** 0\
**Last updated:** [September 20, 2022, 3:37am UTC](https://community.thunkable.com/t/animation-game-it-lag/2049476 "2022-09-20T03:37:40Z")

</div>

I was build animation game for kids. I use animation tools by upload json files but it very lag and not full screen How to fixed it? https://x.thunkable.com/copy/af905eb9e1568a271dab81205ee83b4d

---

## [Randomly select a single list](https://community.thunkable.com/t/randomly-select-a-single-list/2048758)

<div class="topic-metadata">

**Author:** [@jaredsbror5](https://community.thunkable.com/u/jaredsbror5)\
**Replies:** 2\
**Last updated:** [September 19, 2022, 5:46pm UTC](https://community.thunkable.com/t/randomly-select-a-single-list/2048758 "2022-09-19T17:46:26Z")

</div>

I want to create an app that inspires writing by taking a single word, randomly selected from all the possible list names in datasources, and listing words that are similar (i.e. listing the words in that list). For exa…

---

## [Multiple Choice Quiz App using buttons and google sheets DB with score keeping](https://community.thunkable.com/t/multiple-choice-quiz-app-using-buttons-and-google-sheets-db-with-score-keeping/2038983)

<div class="topic-metadata">

**Author:** [@luellencm4dtjv](https://community.thunkable.com/u/luellencm4dtjv)\
**Replies:** 0\
**Last updated:** [September 12, 2022, 10:53pm UTC](https://community.thunkable.com/t/multiple-choice-quiz-app-using-buttons-and-google-sheets-db-with-score-keeping/2038983 "2022-09-12T22:53:58Z")

</div>

I have created a working quiz app using a google sheets database. It is multiple choice using buttons instead of a list label. For some reason I could not find and example of this that worked with a DB instead of block e…

---

## [Sum/Count entries in DataSource](https://community.thunkable.com/t/sum-count-entries-in-datasource/2044755)

<div class="topic-metadata">

**Author:** [@ksp](https://community.thunkable.com/u/ksp)\
**Replies:** 2\
**Last updated:** [September 19, 2022, 5:50am UTC](https://community.thunkable.com/t/sum-count-entries-in-datasource/2044755 "2022-09-19T05:50:05Z")

</div>

Hi, The front page of my app needs to display the number of records in my DataSource and a sum of some of the columns. The individual records should not be displayed. (They are displayed on a different screen). How is…

---

## [About Pro Membership?](https://community.thunkable.com/t/about-pro-membership/2035686)

<div class="topic-metadata">

**Author:** [@Apisto\_Apisto](https://community.thunkable.com/u/Apisto_Apisto)\
**Replies:** 6\
**Last updated:** [September 18, 2022, 3:04pm UTC](https://community.thunkable.com/t/about-pro-membership/2035686 "2022-09-18T15:04:15Z")

</div>

Hello, I would like to ask a few questions before purchasing a Pro membership? I will be glad if you reply soon. I want to purchase my Pro membership on a monthly basis. So I have a few question marks in my mind. 1.I …

---

## [Sending an application notification](https://community.thunkable.com/t/sending-an-application-notification/1967209)

<div class="topic-metadata">

**Author:** [@yigitishesabigng](https://community.thunkable.com/u/yigitishesabigng)\
**Replies:** 6\
**Last updated:** [July 19, 2022, 4:16pm UTC](https://community.thunkable.com/t/sending-an-application-notification/1967209 "2022-07-19T16:16:42Z")

</div>

hi, can I send a notification in another way, such as whatsapp when a message arrives, such as when a notification arrives on whatsapp, if the application remains open in the background or otherwise

---

## [Opening a screen once every install](https://community.thunkable.com/t/opening-a-screen-once-every-install/2046373)

<div class="topic-metadata">

**Author:** [@super2aslace2z](https://community.thunkable.com/u/super2aslace2z)\
**Replies:** 1\
**Last updated:** [September 17, 2022, 3:16pm UTC](https://community.thunkable.com/t/opening-a-screen-once-every-install/2046373 "2022-09-17T15:16:43Z")

</div>

How to Open a specific screen once everytime the user installs the app. I was asking this because I created a login screen which opens everytime I opens the app.

---

## [Set keep screen awake NOT work on iOS!](https://community.thunkable.com/t/set-keep-screen-awake-not-work-on-ios/2046162)

<div class="topic-metadata">

**Author:** [@steven\_dau](https://community.thunkable.com/u/steven_dau)\
**Replies:** 2\
**Last updated:** [September 17, 2022, 12:32pm UTC](https://community.thunkable.com/t/set-keep-screen-awake-not-work-on-ios/2046162 "2022-09-17T12:32:24Z")

</div>

Hello, Please help me to check again with component “Set keep screen awake true” in iOS. I use both “When screen open” and “When screen start” but it is still turn off screen after 30 seconds. I really need it for my a…

---

## [How to anomyse the installation of an application without going through a store?](https://community.thunkable.com/t/how-to-anomyse-the-installation-of-an-application-without-going-through-a-store/2046115)

<div class="topic-metadata">

**Author:** [@bibbi](https://community.thunkable.com/u/bibbi)\
**Replies:** 0\
**Last updated:** [September 17, 2022, 8:27am UTC](https://community.thunkable.com/t/how-to-anomyse-the-installation-of-an-application-without-going-through-a-store/2046115 "2022-09-17T08:27:45Z")

</div>

hi Installing an application through a store allows this and for different reasons when we provide an application in the form of APK to someone we would like it to be done transparently. What’s the point of removing the…

[Previous page](https://community.thunkable.com/latest.md?page=177)

[Next page](https://community.thunkable.com/latest.md?page=179)
