PDF in Android Browser
    Monte Goulding 
    monte at sweattechnologies.com
       
    Tue Oct 29 17:35:00 EDT 2013
    
    
  
On 30/10/2013, at 8:27 AM, Dan Friedman <dan at clearvisiontech.com> wrote:
> Thanks for the info.  I do own a full license for MergExt.  But, I resolved the problem by doing this:
> 
> if isAndroid() then
>  if tURL ends with ".pdf" then
>    put "http://docs.google.com/gview?embedded=true&url=" before tURL
>  end if
> end if
> 
> mobileControlSet "webPage","URL",tURL
Yep, that's a good way to go if you don't need to provide offline access to the file.
Cheers
--
Monte Goulding
M E R Goulding - software development services
mergExt - There's an external for that!
    
    
More information about the use-livecode
mailing list