hahâŚitâs a long story, it had content, then I forgot to renew it, ended up spending way more than I should have to get it back and then after all that I never got around to putting back any of the content One day, maybe?
Thatâs what I was thinking. So, weâre not a domain name registrar or reseller but I was wondering how many folks would want to essentially âwhite-labelâ there app by purchasing a domain name?
@domhnallohanlon this is what I mean. I donât mean a url redirect to the thunk.app domain. Essentially the search bar should show my custom domain, but the screen should display my web app. Kind of like linking your custom domain to GitHub pages or Netlify (instead of myname.github.io it will show myname.com). You change the DNS records with your registrar and point them to Thunkable Servers.
Something like this would be a lot of work, but it would be a massive leap forward for Thunkable. You could use it to add sign in functionality to your own website.
I have several apps developed with Thunkable Classic published in the Play Store. Now Iâm developing them with Thunkable X, but Iâm having trouble importing the keystore. I hope I have solved it before July
Hi @jared, thanks for reporting! The RealtimeDB component should work for the web app now
Please try to publish your project as a web app again (hit the Publish Current Version button in the Publish as Web App popup), and let us know if youâre still experiencing issues using RealtimeDB. Thanks!
@tingccc hi and thank you for working on this. I am able To log in.
New problem though. My columns that are scrollable âin appâ donât work âon webâ and neither does a scrollable screen. Check it out with the link I shared above!
I caught a bug, which can be reproduced as follows -
Create an App, grab a row in the main screen.
In the row, add a button, and a label, and another button. So it would be like -
button ; label ; button
The labelâs width should be fill parent, and text blank.
When you publish as a web app / do live testing in the browser, you would see the labels no longer remain fill parent, and text changes to undefined.
In my Trackr App (January & February Hackathon), Iâve used a lot of blank labels, for (fill parent) gaps between components. Have a look on this screenshot -
if a label is undefined on screen load then it returns âundefinedâ as the text on screen load
I feel like starting the label off as a single space might solve the issue, no?
i am also having the weird spacing issues, the appearance as a web app is wayyy different than on phone appearance. (i have begun to notice this with android/iPhone with my main project as well)