User Tag List

Page 3 of 5 FirstFirst 1 2 3 4 5 LastLast
Results 21 to 30 of 46

Thread: iOS WebView extension beta

  1. #21
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export Module
    buckeroo's Avatar
    Join Date
    Jun 2010
    Location
    Ontario, Canada
    Posts
    242
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: iOS WebView extension beta

    This looks cool! I'll try this out.

    Thanks for this

  2. #22
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export Module
    buckeroo's Avatar
    Join Date
    Jun 2010
    Location
    Ontario, Canada
    Posts
    242
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: iOS WebView extension beta

    I just tried this out and it works, so that was good.

    Is there any way to run an index.html file locally using this extension?

  3. #23
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export Module

    Join Date
    May 2011
    Posts
    37
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: iOS WebView extension beta

    Not yet, but iOS webview has the ability to load local documents - adding that hook to the extension is on a to-do list.

  4. #24
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleXNA Export Module

    Join Date
    Aug 2011
    Location
    Beverly Hills, CA USA
    Posts
    511
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: iOS WebView extension beta

    Would be rather interesting if you supported a named directory for local content such as "www" and if someone specified a resource without a schema (HTTP/HTTPS) you would try to load it from this www folder.

    This link shows a good example of loading from local resources:

    http://stackoverflow.com/questions/2517918/iphone-dev-load-a-file-from-resource-folder

    Great work on the extension BTW.

  5. #25
    Clicker Fusion 2.5 DeveloperiOS Export ModuleSWF Export Module

    Join Date
    Mar 2011
    Location
    Germany, Berlin
    Posts
    12
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Retrieve Information/URL

    Hi,

    this is a great Extension you made. Thanx a lot for that Would it be possible to
    add a feature to retrieve HTMLFormular-Data from the Web. I think it would be enough
    just to be able to check if the URL has changed and then to retrieve the current URL,
    which should include the formular-information if it is send by the GET method.
    This also should make it possible to communicate with an online SQL Database,
    even if it would be only in an indirect way.

    best regards
    jimmy

  6. #26
    Clicker Fusion 2.5 DeveloperiOS Export ModuleSWF Export Module

    Join Date
    Mar 2011
    Location
    Germany, Berlin
    Posts
    12
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi,

    just recognized that I requested a feature that is already provided by the GET-Extension.

    best regards
    jimmy

  7. #27
    Clicker

    Fusion 2.5 MacFusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleUnicode Add-onInstall Creator Pro
    StingRay's Avatar
    Join Date
    Nov 2006
    Location
    Austria
    Posts
    1,097
    Mentioned
    7 Post(s)
    Tagged
    0 Thread(s)
    Hi! I've into a render Problem using the Extension in a iPhone/iPad Project on the ipad1. The html is forced to fill out the screen, does it well on iPhone but acts a little Bit weird on the iPad.

  8. #28
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export Module

    Join Date
    May 2011
    Posts
    37
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    StingRay, not sure what exact issue you're seeing, but here's one thing to try (doing this will also allow "zooming by pinching" in your webview).

    Back up the XCode project for your app. Then, in XCode open up this file: Classes/Extensions/CRunWebView.m

    Add this line:

    webView.scalesPageToFit=TRUE;

    right before the line "webView.delegate = self;"

    Save and run it (so it compiles), and then transfer it to your ipad and see if it makes any difference.

  9. #29
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export Module

    Join Date
    Jan 2011
    Posts
    66
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello,

    Do you think is it possible to port Webview on android ?

    i use on ios exporter and it run perfeclty, thanks you !

  10. #30
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export Module

    Join Date
    May 2011
    Posts
    37
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi wesleyd, that certainly should be possible, but I won't be able to do it myself.

    Glad it's working for you!

Page 3 of 5 FirstFirst 1 2 3 4 5 LastLast

Similar Threads

  1. WebView Object is here!
    By Fernando in forum Android Export Module Version 2.0
    Replies: 57
    Last Post: 3rd August 2015, 06:41 PM
  2. Webview
    By kiko in forum iOS Extensions
    Replies: 1
    Last Post: 17th July 2013, 03:16 PM
  3. Request: WebView
    By StingRay in forum Android Export Module Version 2.0
    Replies: 2
    Last Post: 19th September 2012, 01:21 PM
  4. Overlay webview?!
    By StingRay in forum iOS Export Module Version 2.0
    Replies: 0
    Last Post: 15th February 2012, 10:40 PM
  5. iOS WebView extension beta
    By jjsonick in forum iOS Export Module Version 2.0
    Replies: 0
    Last Post: 22nd September 2011, 01:05 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •