Frustrated by a couple issues with AppGyver:
The API keeps calling the backend service every 5 freaking seconds! Remember seeing the setting somewhere but not able to find it anymore, and my API is locked out due to rate limiting for today!!!
The bottom menu button was supposed to be automatic, but it never shows in my preview. There is a group button in marketplace, but they cannot be fixed at the bottom. This is one of the most basic feature, not sure why it's so hard to get it right...
Will continue tomorrow.
Go to the workflow behind the data variable you are using to call the API and you will see AppGyver uses a default loop to refresh the API. Modify the delay in the loop or remove the loop.
Hey!
Wow, sucks that you got locked out of your API due to the default polling behavior :( You can change the polling rate or remove it altogether (or add your own logic) from the logic canvas of the data variable.
If your second issue is with the navigation tab bar, you can configure it from the navigation overlay in the top menu.
Do drop by our forums (https://forums.appgyver.com) if you face more issues, we try to be very active there.