May 7, 201510 yr 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, 201510 yr by Harry Catharell
Create an account or sign in to comment