Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

I am working on an iPad solution designed to browse an art collection.   A container field will display the work of art and there will be some descriptive fields beneath it.

 

Very frequently, the user will want to view the image 'full screen' by tapping on it.  This works great, but in this case it's unfortunate that there's an intermediate step where the user is to select from a number of Actions' -- which includes the 'View' option I want.  This layout won't be intended for doing anything but viewing the art (no need for replacement, deleting, etc.).

 

So, my question is whether there's a way of omitting that intermediate 'Action' step so that the use can simply tap once to view the large image?

 

Albert

You could put the container in a popover window. Then when the user taps on the picture, trigger a script to show the popover window that contains the larger container field.

  • Author

The problem is that when images display in the container field, you can't pinch / slide / zoom them as you can when they display fullsceen -- and the ability to have the image display completely alone with no framing at all is very desirable.

Attach the script to the Container field instead of a View text object.

  • Author

David -- I'm afraid I don't follow your meaning here . . .

You currently have a button. That button does some action that you like.

 

Make the container field into a button that does the same action.

  • 5 weeks later...
  • Author

Sorry to be so slow getting back to this . . . 

 

But, no, I don't have a button -- unless there's some sense in which on Go a container field displaying an image is a button?

 

I think this is really a question about the built-in native behavior of container fields in Go.  Let's say I have a layout with 4 container fields holding images: Kitchen, Bedroom, Yard, Garage.  Each takes up 1/4 of the screen.  When I tap on one for a closer look, I am greeted with this intermediate step where the user is to select from a number of Actions -- one of which is the desired 'full screen' display.

 

I'm wondering whether I can get around this intermediate choice screen -- it gets extremely tedious for a user who is going to want to view several images in a row.

You could use a script that:

 

Sets a path by using a variable, e.g. $path = Get(TemporaryPath) & GetContainerAttribute(imagefield;"filename")

 

Export Field Contents[imagefield, "$path", Automatically Open]

 

See attached file which runs such a script when the image container is clicked….

 

imagedisplayer.fmp12.zip

  • 1 month later...
  • Author

Finally got back to this issue and this little script works great.

 

Thanks a million!

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.