Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

This topic is 3556 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted (edited)

The address for a web viewer object using Google API is as follows:

 

"data:text/html, 

<html>

<head>

<iframe

    width=\"" & GetLayoutObjectAttribute ( "webviewer_1" ; "width" ) - 20 & "\"

    height=\"" & GetLayoutObjectAttribute ( "webviewer_1" ; "height" ) - 20 & "\"

    frameborder='0' style='border:0'

    src='https://www.google.com/maps/embed/v1/place?key=[APIKEY]

      &q=" & address::address_line_1 & "+" & address::address_city & "+" & address::address_postcode_aec & " '>

  </iframe>

</body>

</html>"

 

This has worked fine up to OS X Yosemite and iOS 8.x

Now it simply displays a web viewer which is greyed out as in the attached screenshot

The same web viewer and address displays correctly on Windows

 

Any fixes for this please

Cheers

Harry

 

[EDIT: Apologies but this seems to be just OS X and not iOS 8.x]

Screen Shot 2015-05-07 at 11.37.21.png

Edited by Harry Catharell

This topic is 3556 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

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