Arjun Bhilare

Results 13 issues of Arjun Bhilare

I'm getting the following error when I call _startActivityForResult(VideoCropActivity.createIntent(myActivity.this, input_filepath, output_filepath), 1);_ **Error:** java.lang.NoSuchMethodError: No direct method (Ld/e/a/b/y2/g;)V in class Ld/e/a/b/x2/d$b; or its super classes (declaration of 'd.e.a.b.x2.d$b' appears in...

I'm getting the following error when I call _startActivityForResult(VideoCropActivity.createIntent(myActivity.this, input_filepath, output_filepath), 1);_ **Error:** java.lang.NoSuchMethodError: No direct method (Ld/e/a/b/y2/g;)V in class Ld/e/a/b/x2/d$b; or its super classes (declaration of 'd.e.a.b.x2.d$b' appears in...

When using mySwitch.setChecked(true); it updates the state but the toggle is on the left, i.e. the UI is not getting updated. How can this issue be resolved?

When the devices are on the same internet connection, it is working. But when on different internet connection it giving this error. Could someone please help me with how to...

let myURL = "http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4" url = URL(string:myURL) mmPlayerLayer.playView = videoView mmPlayerLayer.coverFitType = .fitToPlayerView mmPlayerLayer.videoGravity = .resizeAspectFill self.mmPlayerLayer.set(url: url) mmPlayerLayer.getStatusBlock { [weak self] (status) in switch status { case .failed(let err):...

Has anyone added support to share contacts from the phonebook?

- [x] I have read the [Get Started - Installation](https://inappwebview.dev/docs/get-started/installation/) section - [x] I have read and done the [Get Started - Setup Android](https://inappwebview.dev/docs/get-started/setup-android/) section - [x] I have read...

bug

I have two markers and wish to show the polyline and info window for them how do I set it?

**Feature Request** **Summary:** Extend the Mirai library to include support for the GoogleMap widget, enabling dynamic rendering and control of maps in Server-Driven UI applications. **Details:** Maps are a fundamental...

feature

I'm getting the following error for this code `let showCase: BubbleShowCase! = BubbleShowCase(target: MyView)` **Error: Cannot convert value of type 'UIView?' to expected argument type 'UIBarButtonItem'** How can I resolve...