Shubham Goel

Results 6 issues of Shubham Goel

UIWebView is no more accepted by Apple and the Testflight build is rejected. How can we update the complete UIWebView to WKWebvView?

This is the url I am using https://dl.airtable.com/.attachmentThumbnails/b7bce4208abaeb55f9bde248c871b517/4542b031 It opens well in browser but not in glide **Glide Version**: implementation 'com.github.bumptech.glide:glide:3.7.0' **Device/Android Version**: Happening on Simulator Pixel 5 Api 31...

Here is how I have initialized the socket let manager = SocketManager(socketURL: URL(string: "https://myurl.com/")!, config: [.log(true), .forceWebsockets(true)] ) let socket = SocketIOClient(manager: manager, nsp: "/swift") socket.on(clientEvent: .connect) {data, ack in...

Error in line ` if let filePath = Bundle.module.url(forResource: "rich_editor", withExtension: "html") { webView.loadFileURL(filePath, allowingReadAccessTo: filePath.deletingLastPathComponent()) }` in RichEditorView Line 157.

bug

I have a recyclerview which has some textview and a edittext in a single row..when i enter data in the edittext and scroll the list...the data from that edittext gets...

migrated googlesamples