Click and Edit-style framework for creating mobile apps for iOS & Android.
Questions tagged [buildfire]
151 questions
2
votes
0 answers
Buildfire: Android native back button not working as expected
For my Android Buildfire app, I am using buildfire.history to navigate between screens within my plugin. Using the Buildfire built-in back button in the title bar works fine and correctly pops the history when pressed. However, when Android's native…

Jeremy
- 77
- 1
- 2
- 8
2
votes
1 answer
Buildfire: phone notch detection
Is there a way to detect if the device running my plugin has a front camera notch in the screen such as the Iphone X?
I would like to be able to add space at the top of the screen if a notch is detected and leave the space out if not?

Peter Clarke
- 31
- 1
1
vote
1 answer
Need to find build version
Reposting again .I am using Buildfire to develop my iOS app. I need to find a build version from react code and also wanted to check if app is currently on Test Flight or App Store

Deepak Pandit
- 11
- 2
1
vote
1 answer
BuildFire LocalStorage Not Saving Between Admin and Widget
I am having issue in BuildFire that works on my local computer but fails in production when the plugin is uploaded.
In my plug-in, I am having the user enter and save values to the buildfire local storage as such in my Content.js:
function…

Devin Dixon
- 11,553
- 24
- 86
- 167
1
vote
2 answers
BuildFire.JS WebRTC - Cannot access camera and mic
I am trying to start video chat app inside the widget builder in buildfire.js using WebRTC. I am getting the following error message:
69a6d1ba-ed1f-4f05-8835-7f70168acf27:1 Uncaught (in promise)
bt {gum: {…}, name: 'gum.permission_denied', message:…

Myrriame Dosso
- 11
- 1
1
vote
0 answers
Buildfire: Custom Designs and Chat Plugin
I am using the buildfire Whitelabel client's account and I want to know the answer's to the following questions
How can we customize the Sidemenu, Navbar, etc like the below screenshot
SideMenu Bottom Bar
Is there any plugin for mobile number…

Abhi Patodi
- 11
- 1
1
vote
0 answers
What can cause an App not responding error for Buildfire plugins?
I've been trying to diagnose this error happening on some user's devices - it is only happening on Android devices and only for a fraction of Android users, and, apparently only for a specific plugin I've developed. It started early March after I…

code1cation
- 51
- 5
1
vote
1 answer
Using React Native with Buildfire
Having trouble getting a clear answer if we can build plugins in React Native to use with Buildfire, or can one only use React?
On Github, there is a React template, but none for React Native.
We tried building one and have run into some issues.…

Mike McSweeney
- 11
- 1
1
vote
0 answers
camera no popping up when deployed on buildfire
I am developing a QRcode scanner with https://rawgit.com/sitepoint-editors/jsqrcode/master/src/qr_packed.js on buildfire. is working fine on development but when deployed on markeenter code heret place the camera is not popping up.
this is my…

Chidiebere Ojingwa
- 11
- 1
1
vote
1 answer
Buildfire How to setup Firebase to retrieve and update plugin data
I am trying to use Firebase to connect to the Buildfire plugins to manage, update, and retrieve data. Is this only possible for plugins created from scratch. How do I use firebase to connect to app data.

Lazer79
- 11
- 1
1
vote
0 answers
Is there any way to get the email of the current logged in user and send that information to another application?
I have embedded an iframe in the source code of each person added to my People plugin
I am looking for a way to conditionally render a button based on who the logged-in user is. If the email of the logged-in user matches the email in the iframe's…

Ha Pham
- 11
- 1
1
vote
1 answer
Buildfire: access userData from plugin tester
I am developing a plugin with the Buildfire-sdk.
I have been using the pluginTester on my local machine.
I want to be able to store and retrieve data for each user.
But there is no user logged in with the pluginTester,
and so I get "no logged in…

Peter Clarke
- 31
- 1
1
vote
1 answer
Buildfire Local Widget Failure
I'm working on my buildfire app locally. Last night I closed my laptop without any errors. Today, I hit the refresh button and got this error:
Not sure what's wrong. My other apps that I haven't touched in a while are also not working / getting the…

user2465134
- 8,793
- 5
- 32
- 46
1
vote
1 answer
Buildfire: How to remove the "saved" part?
I could use some hints to get rid of the SAVED content in the coupon Plugin -
Screenshot of the area i want to remove
Thanks in advance!
O.

Oscar Pedersen
- 11
- 1
1
vote
1 answer
Buildfire: Set title bar text programmatically
Is there a method to set the top title bar text inside the widget on a buildfire plugin? I have not been able to find much except how to show or hide the bar.
buildfire.appearance.titlebar.show()
Is there something like…

John M.
- 307
- 2
- 13