- Home /
Web view for osx and ios
Hello Unity Community,
I'm in a bit of a jam here. I working on a game for some clients that require a web view to be opened in both the ios and osx version of the game. (The clients don't want to open up safari and have the users leave the app.) So, I come here to ask if there is any solution to this problem. I have looked in UniShare and Prime 31 Ectetera in the asset store and I don't think those can help from what I've seen/heard. I've also looked into the Gree Web view that's posted on github but I didn't have any success with it.
So, basically I'm asking if there is a uniform web view that I can use in ios/osx and implement fairly easily as this portion of the game has to be ready by Thursday.
Please help me community!
Sincerely,
Ethan Behar.
Answer by Dreamora · Apr 22, 2013 at 03:03 PM
A web view, no, there is nothing unless you write it yourself and fight the consequences of iOS5 vs iOS6 and OSX 10.6 vs 10.7 vs 10.8
But there is uWebKit
o.0 How come I've never seen this uWeb$$anonymous$$it til now? I've been searching all morning for something like this.
you probably searched for web view and uwebkit is no view. it renders web content into textures in realtime.
it also is not as actively followed anymore as it used to be I guess, due to which it might not have ranked high on the listing. especially when your search focus was iOS it might have slipped to the 3 letter entries at worst
Oh wow, well thanks for the info about this uWeb$$anonymous$$it. Hopefully if the other solutions I'm messing around with don't work this one will.
Answer by Mayank516 · Jan 24 at 07:05 PM
I have used following plugins for web view in iOS and Android
iOS : https://assetstore.unity.com/packages/tools/integration/web-view-in-ios-96858
Android : https://assetstore.unity.com/packages/tools/integration/web-view-in-android-196400