Search code examples
iosuiwebviewflashplayer-10

Display flash file with URL in UIWebView: Obj C/swift


I have game URL- https://nogs-gl.nyxinteractive.eu/game/?nogsgameid=70090&nogsoperatorid=268&nogscurrency=eur&nogslang=en_us&nogsmode=demo

URL is running well in my web browser. I want to display this in my iOS app. Currently, I am doing that so by using native UIWebView but it's displaying the message as

enter image description here

What am I supposed to do for opening the given URL in my application?


Solution

  • iOS does not support Flash. It never has, and it never will. You cannot run flash content on iOS.