Hi, is there a working extension to display a webview on iOS applications? By searching the forums I found a beta one. Is it working?
Printable View
Hi, is there a working extension to display a webview on iOS applications? By searching the forums I found a beta one. Is it working?
Yes it works - I've used it on a project very recently.
I think you have to comment out a line of code in the CRunWebView.m file in Xcode though. Comment out the first instance of:
Otherwise the WebView may not show up when you test your app in the simulator or an iOS device.Code:webView.hidden=YES
Note that the WebView extension will not display anything in Windows runtimes.
Hi Game_Master
I'm trying WebView on iOS (load a simply html "hello word").
I commented the instance of "WebView.hidden=YES" and my page doesn't load. I have no error message.
What's going on?
which extension you are mention here WebView or WebView2
He's using old webview - pls use fernando's webview2, its so much more powerful! ;)
oh thanks StingRay, yes please use the webview2 object which is updated in latest version of runtime and you don't need to change anything in the code
I tried webview 2 too (2 2 XD ) but same bug. Anyway i found why. It's because I used WebView object under Sub-App's object and that's not working.
In the extension manager there are two copies of Web View Object, but both of them say 1.51a.
can you share an image to see
Attachment 21057
I also somewhere on the forum someone else also had this problem.
mm is ok, weird that the line between them is not show what version of fusion is this
in my case look like this
Attachment 21059
But which one is version 2?
lol, webview2 is the global name (file is named webview2.mfx) of the object because webview was taken with a previous object made by other developer, internally is webview object and his build/version is 1.51, you are ok
I opened up a ticket for that before, and noticed it in the forum a while ago.. there are 2 items in the list that won't go away..
Webview is one of them.
Here is my post about it.
http://community.clickteam.com/threads/98126-Build-287-2-beta-version?p=700974&viewfull=1#post700974
mm, better ask Yves, seems fine to me
I did, and did not hear back.
This was also on a brand new install.
Think someone else was also commenting that he wasn't the only one with this issue
I tried on iOS to open "Web View2" using "Sub Application" and that's work. So my error come from other way. I cant reproduce my bug.