Page 1 of 1

whelther the Mobile APP is avaliable to connect to our processmaker server

Posted: Thu Nov 22, 2018 10:07 pm
by EricCai
Dears,
I am keen to know that whether the mobile can be freely used to connect to our existing processmaker , our manager need an APP installed in their mobile phone to approve the request. thanks.

Best Regards,
Eric

Re: whelther the Mobile APP is avaliable to connect to our processmaker server

Posted: Fri Nov 23, 2018 8:56 pm
by amosbatto

Re: whelther the Mobile APP is avaliable to connect to our processmaker server

Posted: Sun Nov 25, 2018 10:47 pm
by EricCai
Hi Amosbatto,
Thanks so much.

Best Regards,
Eric

Re: whelther the Mobile APP is avaliable to connect to our processmaker server

Posted: Tue Nov 27, 2018 12:52 am
by programerboy
Hi,

I install mobile app and set my IP valid and my workspace, Then login with my username and password.
But I get this error : "The application is misconfigured"
Do I need to set up a specific config on the server?

Thanks

Re: whelther the Mobile APP is avaliable to connect to our processmaker server

Posted: Tue Nov 27, 2018 11:54 pm
by amosbatto
programerboy wrote: Tue Nov 27, 2018 12:52 am I install mobile app and set my IP valid and my workspace, Then login with my username and password.
But I get this error : "The application is misconfigured"
Do I need to set up a specific config on the server?
Go to the "Settings". In the "Server URL" field, you need to include the protocol (http:// or https://). If ProcessMaker doesn't use port 80, then you also need to include the port number. Here are some examples:
http://192.168.0.10
https://pm.example.com
https://acme.com:8080

Re: whelther the Mobile APP is avaliable to connect to our processmaker server

Posted: Wed Nov 28, 2018 12:54 am
by programerboy
Hi,
I set mobile setting correctly. my port is 80 and use http.
I test with local ip and valid ip and domain name, but I get this error when I want to login.
Do I need to apply the settings on the main server (for example on env.ini file)?
Can I trace mobile app requests with usb cable or another way?
Thanks

Re: whelther the Mobile APP is avaliable to connect to our processmaker server

Posted: Wed Nov 28, 2018 11:45 pm
by amosbatto
To debug the mobile app, see:
https://developers.google.com/web/tools ... debugging/

What version of Android do you have? What version of the mobile app do you have? What version of ProcessMaker do you have?

Older versions weren't compatible with Android 8, but I think they fixed that problem with the latest version of the mobile app.

Re: whelther the Mobile APP is avaliable to connect to our processmaker server

Posted: Fri Mar 29, 2019 6:59 am
by programerboy
Hi,
I enable usb debug mode and connect it my system.
But when I want to check and debug my running case in mobile app, I get the message "No browser detected."
How can I debug my case that have error with javascript codes on mobile app?
Thanks
1.png
1.png (33.24 KiB) Viewed 6253 times

Re: whelther the Mobile APP is avaliable to connect to our processmaker server

Posted: Fri Mar 29, 2019 9:47 pm
by amosbatto
Is USB Debugging enabled on your Android device?

In recent versions of Android, when you connect your mobile device to your PC, you will see a message saying "Allow USB Debugging". You need to press "OK".
If you don't see it, swipe down from the top of your screen to see the list of messages from Android.
See:
https://raygun.com/blog/debug-android-chrome/

Re: whelther the Mobile APP is avaliable to connect to our processmaker server

Posted: Fri Mar 29, 2019 11:28 pm
by programerboy
Yes,
I set debug mode correctly and in image you can see that my mobile is connected.

When I open chrome in my mobile or a program that use web view the url shown here, But when I open processmaker mobile program didn't see anything.

Does the app use webview?

Thanks

Re: whelther the Mobile APP is avaliable to connect to our processmaker server

Posted: Tue Apr 02, 2019 3:19 am
by amosbatto
Unfortunately, I don't have access to the mobile app's code, but from what I understand, it does use webview. On my computer I can see the html code and execute JavaScript in the ProcessMaker mobile app when I have the Chrome debugger open.

What versions of Android, ProcessMaker, and the ProcessMaker mobile app are you using?
On Debian 9.5 running Chromium 68, I am able to debug when connected to a phone with Android 6. It works with all versions of ProcessMaker and the ProcessMaker mobile app for me.

Re: whelther the Mobile APP is avaliable to connect to our processmaker server

Posted: Wed Apr 03, 2019 12:38 pm
by programerboy
Hi,

I use:
Android 8,
Processmaker 3.3.6
Processmaker Mobile 1.3.2
Chrome 73
Windows 10

But I don't see codes on debugger mode!
Thanks