You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you have only a single image with an Action Link; this is the action associated with the carousel image. The image won't respond to any user tapping/clicking. When you add a second image (if it has an Action or not) the link on the first image will work.
Was tested on the folder plugin and it worked normally. It seems to just be an issue with the Text Plugin.
Context
BuildFire is a mobile app building platform that allows developers through HTML, JS and CSS to create plugins for the platform to extend mobile app functionality. learn more at https://buildfire.com
Issue
If you have only a single image with an Action Link; this is the action associated with the carousel image. The image won't respond to any user tapping/clicking. When you add a second image (if it has an Action or not) the link on the first image will work.
Was tested on the folder plugin and it worked normally. It seems to just be an issue with the Text Plugin.
Context
BuildFire is a mobile app building platform that allows developers through HTML, JS and CSS to create plugins for the platform to extend mobile app functionality. learn more at https://buildfire.com
Prerequisites
Install
npm i buildfire
you may need to be admin or super user depending on your environmentbuildfire init
this will install the SDK in a folder calledBuildFireSDK
cd BuildFireSDK
buildfire plugin clone textPlugin
example:
buildfire plugin clone textPlugin
from this repoRun plugin locally
buildfire run
this will run a web server onhttp://localhost:3030
Understanding the autonomy of a BuildFire Plugin
to learn more click here
Submit a pull request
cd BuildFireSDK/plugins/textPlugin
pull-request
on github https://help.github.com/articles/creating-a-pull-request/Additional Information
The text was updated successfully, but these errors were encountered: