RE: Debug java on Mobile Browser

2017-09-07 Thread Ralph DiMola via use-livecode
017 3:32 PM To: How to use LiveCode Cc: Ali Lloyd Subject: Re: Debug java on Mobile Browser You should be able to debug native web views on device/emulator on Android using Chrome and on device/simulator on iOS using Safari... admittedly I haven't tried this with a browser widget in LC, but I&

Re: Debug java on Mobile Browser

2017-09-07 Thread Ali Lloyd via use-livecode
You should be able to debug native web views on device/emulator on Android using Chrome and on device/simulator on iOS using Safari... admittedly I haven't tried this with a browser widget in LC, but I've done it recently on both in another context. On Thu, Sep 7, 2017 at 7:06 PM Ralph DiMola via

Debug java on Mobile Browser

2017-09-07 Thread Ralph DiMola via use-livecode
I have a web page that works in the IDE but fails on the device. When it fails in the IDE I can use Chrome's dev tools and quickly find out what's going wrong. On mobile there is no such option. Is there any way to find out what's going on with java in the mobile browser on both iOS and Android?