User Tag List

Page 2 of 4 FirstFirst 1 2 3 4 LastLast
Results 11 to 20 of 31

Thread: Web View Object for Android

  1. #11
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleSWF Export Module
    happygreenfrog's Avatar
    Join Date
    May 2011
    Location
    I.L.T.D.O.I.R (I.L.T.D.O.I.R's Location: The Dimension Of Infinite Recursion)
    Posts
    4,310
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by crayzorechos View Post
    Scan SDK open source XNA SDK available to this.
    That's not what I'm talking about, I'm talking about the MMF2 XNA extension SDK. However, apparently there is one here.

  2. #12
    Clickteam Clickteam
    Fernando's Avatar
    Join Date
    Dec 2006
    Posts
    7,608
    Mentioned
    298 Post(s)
    Tagged
    4 Thread(s)
    Hi,

    what i want to mention is that scan object does not have sdk for xna, so the time to translate to xna is a lot.

    sorry for that
    Regards,


    Fernando Vivolo

    ... new things are coming ...

  3. #13
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleMac Export ModuleUniversal Windows Platform Export ModuleSWF Export ModuleXNA Export ModuleUnicode Add-on
    crayzorechos's Avatar
    Join Date
    Feb 2013
    Location
    Russia.
    Posts
    214
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You can port WebView2 extensions to iOS and XNA thanks.

  4. #14
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleXNA Export ModuleUnicode Add-on
    SMASHINGmedia's Avatar
    Join Date
    Apr 2013
    Location
    STOCKHOLM, Sweden
    Posts
    103
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi!
    Is it possible to load a local HTML file and pack it with the APK?
    If so, how do I do it?

    It works when running from MMF, but not when it's installed as APK on a phone.
    I did put the file to the Binary Data, but it doesn't work.
    -------------------------------------------------------------------

    Load HTML will work for me for now. Solves some of my issues even that I can just put a bit of information before the expression gets "to complex".

  5. #15
    Clickteam Clickteam
    Fernando's Avatar
    Join Date
    Dec 2006
    Posts
    7,608
    Mentioned
    298 Post(s)
    Tagged
    4 Thread(s)
    Hi,

    1.- Yes.
    2.- Use a editbox as bridge, use load text from file (don´t forget to use file object to get the datastorage path)

    after do a Load HTML it should works, if you are planning to have images;

    1.- copy all images and html to data storage
    2.- use editbox as bridge
    3.- execute Load HTML

    thing to have in mind, images inside html should be correctly linked.

    if load file is executed in android in some devices a problem with special character will appears, so in order to avoid this, the above method is prefered
    Regards,


    Fernando Vivolo

    ... new things are coming ...

  6. #16
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleMac Export ModuleSWF Export ModuleXNA Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)
    kiko's Avatar
    Join Date
    Apr 2012
    Location
    Murcia -Spain
    Posts
    242
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi Fernando,

    Is possible to launch local html file (with local images) with webview2 for Android and iOs?
    Webview can uses a cache for view offline content?
    and finally, what is the difference between (Internal mode to navigate) 0: Normal or free navigation, 1: Controlled?

    Thank you

  7. #17
    Clickteam Clickteam
    Fernando's Avatar
    Join Date
    Dec 2006
    Posts
    7,608
    Mentioned
    298 Post(s)
    Tagged
    4 Thread(s)
    1.- yes, use this "file:///sdcard/Pictures/xxxxxxxx.png for testing (depends on your location), and tell how it goes for you, HTML page should relative linked for its all contents, example .\images\button.png

    2.- yes, but they don´t use cache for offline content as form, etc.

    3.- this feature is not implemented in the object so far.
    Regards,


    Fernando Vivolo

    ... new things are coming ...

  8. #18
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleMac Export ModuleSWF Export ModuleXNA Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)
    kiko's Avatar
    Join Date
    Apr 2012
    Location
    Murcia -Spain
    Posts
    242
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Great job Fernando, I am developing a large project for a tourist app and will use webview, I will inform you when launch it

  9. #19
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleXNA Export ModuleUnicode Add-on
    SMASHINGmedia's Avatar
    Join Date
    Apr 2013
    Location
    STOCKHOLM, Sweden
    Posts
    103
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm trying to bridge the html through the edit box.
    It works on computer but not on the phone. So I guess there is some issues with the path to the html file (Its included in Binary Data).
    I guess I should load the HTML with an expression to the edit box, but I need help with this...

    Computer, works:
    Click image for larger version. 

Name:	screenshot.157.jpg 
Views:	306 
Size:	91.0 KB 
ID:	9590


    Phone, doesn't work:
    Click image for larger version. 

Name:	screenshot.158.jpg 
Views:	279 
Size:	10.5 KB 
ID:	9591

  10. #20
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleMac Export ModuleSWF Export ModuleXNA Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)
    kiko's Avatar
    Join Date
    Apr 2012
    Location
    Murcia -Spain
    Posts
    242
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Are you check all permissions? Check any android Webview2 example in MMF directory /Examples/WebView2/
    Check the same permisions that have the examples in your app.

    I think that's the problem, if not you will have to contact FVivolo

Page 2 of 4 FirstFirst 1 2 3 4 LastLast

Similar Threads

  1. Web View Object
    By strito in forum Android Export Module Version 2.0
    Replies: 3
    Last Post: 20th May 2013, 04:50 PM
  2. [Bug?] Android Object/Android Menu Combo
    By scottige in forum Android Export Module Version 2.0
    Replies: 5
    Last Post: 9th December 2012, 12:16 PM
  3. list view object
    By Sevennemesis in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 12th October 2012, 01:18 PM
  4. Need Help with List-View-Object...
    By Jahkri in forum Multimedia Fusion 2 - Technical Support
    Replies: 7
    Last Post: 7th December 2010, 12:24 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
  •