Harry Catharell Posted May 7, 2015 Posted May 7, 2015 (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] Edited May 7, 2015 by Harry Catharell
Recommended Posts
This topic is 3755 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 accountSign in
Already have an account? Sign in here.
Sign In Now