android - Access To Javascript Console From MeteorJS App On Mobile Device -


my concern related security. possible mobile app deployment acess javascript console.

i know possible deploy app details shown: https://www.meteor.com/tutorials/blaze/running-on-mobile

when deployed device, can still hit localhost:port on computers browser , see app... want know if possible downloaded standalone app apple/android app store has ability this.

i know know ios can put ios safari debug mode, connect computer , seem work debugging on regular website. want know if possible stand alone app deployment.

meteorjs "os web browser" wrapped inside native app container. want know if "os web browser" can give users ability access javascript console.

sorry being verbose, ive run out of things google in relation issue , ^^ finding far.

please let me know if being unclear.

yes can access javascript console on standalone app (and has webview) installed app store. usb debugging should enabled on android device (android 4.4+) , web inspect should enabled on ios safari settings.

you can enable usb debugging , goto chrome://inspect/#devices in chrome browser debug standalone apps run webviews , installed on android devices. more info -> https://developer.chrome.com/devtools/docs/remote-debugging

you can use gapdebug inspect both ios , android apps -> https://www.genuitec.com/products/gapdebug/

as others pointed should using meteor's allow , deny restrict users running methods.


Comments

Popular posts from this blog

OpenCV OpenCL: Convert Mat to Bitmap in JNI Layer for Android -

android - org.xmlpull.v1.XmlPullParserException: expected: START_TAG {http://schemas.xmlsoap.org/soap/envelope/}Envelope -

python - How to remove the Xframe Options header in django? -