-
Hi, good morning!
I need some help with the embedded signature. I am using Swift, XCode 15.4, simulator with iOS 17.5.
I am creating the envelope with the API:
`EnvelopesAPI.envelopesPostEnvelope…
-
like this code
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.fragment_progress);
ProgressVi…
-
Hi there,
I'm using Xcode 8.1 and M13ProgressSuite 1.2.8.
Has anyone seen this or experienced something similar?
Please let me know what else I can provide to help.
![m13progressviewimage…
-
-
I've set it to autostart. More precisely,
```
app:pv_autostart="true"
app:pv_circular="true"
app:pv_progressMode="indeterminate"
```
All works good until the ProgressView's vis…
-
Good day
I have noticed that I can't sync the gradle dependency from Maven since the 16th of August 2024. Could it be a maven error?
When it first happened I had to add jcenter() on the top level …
-
-
I have some questions about DZNWebViewController while push it then pop it:
1. toolbar not hidden.
2. progressView not hidden while request unfinished.
3. networkActivityIndicatorVisible not hidden.
…
-
I am trying to creating a progress view dynamically, but the progress view not showing.
ProgressView progressView = new ProgressView(activity);
progressView.applyStyle(com.rey.material.R.style.Ma…
-
I am using view pager for sliding effect for more than one user's stories, is it possible to handle touch event with viewpager?
I am facing problem when sliding one user's story to another user's …