Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Click event not firing: Action Items not working on Single Image #41

Closed
DanielHindi opened this issue Feb 22, 2018 · 0 comments
Closed
Labels

Comments

@DanielHindi
Copy link
Contributor

DanielHindi commented Feb 22, 2018

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

  • NodeJS - download
  • npm
  • git
  • knowledge on how to create a pull-request on github

Install

  • BuildFire SDK npm i buildfire you may need to be admin or super user depending on your environment
  • Init SDK buildfire init this will install the SDK in a folder called BuildFireSDK
  • Navigate to folder cd BuildFireSDK
  • Clone plugin buildfire plugin clone textPlugin

example:

buildfire plugin clone textPlugin from this repo

Run plugin locally

  • Run tester buildfire run this will run a web server on http://localhost:3030
  • in the Plugin name "textPlugin" input box enter in the name of your plugin.

Understanding the autonomy of a BuildFire Plugin

  • the Control: is the right hand side of the plugin meant to live in the BuildFire control panel/dashboard
  • the Widget: is the left hand side of the plugin meant to live in the mobile app
    to learn more click here

Submit a pull request

Additional Information

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant