Forum Discussion
AustinK
6 years agoQrew Commander
Honestly if you want help with something like that you are going to have to provide more detail. If it is something that is that integral to your app then chances are someone else isn't going to be able to just pop it into a page and start testing.
What troubleshooting have you done so far?
Where do you think the issue in the code is?
Can you narrow it down at all?
Your js file name has tablet in it, is this for mobile only? More things someone would need to know.
This is a good lesson in being careful with where you use JavaScript. I have it in many places in my app but I do not rely on it for something that would make the business grind to a halt if it suddenly stopped functioning. There is always another way to get the work done easily just not as nice as whatever JavaScript feature I may add. Many reasons for this but the main reason is QuickBase does not support the use of JavaScript like this and they honestly seem very against it whenever an employee posts, so using it is at your own risk.
What troubleshooting have you done so far?
Where do you think the issue in the code is?
Can you narrow it down at all?
Your js file name has tablet in it, is this for mobile only? More things someone would need to know.
This is a good lesson in being careful with where you use JavaScript. I have it in many places in my app but I do not rely on it for something that would make the business grind to a halt if it suddenly stopped functioning. There is always another way to get the work done easily just not as nice as whatever JavaScript feature I may add. Many reasons for this but the main reason is QuickBase does not support the use of JavaScript like this and they honestly seem very against it whenever an employee posts, so using it is at your own risk.