Debug webview with Chrome on ARC - google-chrome-arc

chrome://inspect does not work on "ARC Welder".
The apk app runs pretty well,all webview pages are fine.performance better than Genymotion,but right now there is no way to debug webpages on it with chrome.
Any suggestion?

There is a bug tracking this feature, but it not yet fixed in any released version of ARC.

Related

Nativescript 7 and Chrome DevTools

I have updated my app to Nativescript 7. One thing I haven't been able to get to work correctly is debugging using Chrome Dev Tools. It does use the Chrome Dev Tools console, but I can't seem to get the Network tab to work or the Elements tab. Has anyone else managed to get it to work?
My app uses Angular 10 and Nativescript 7.
I believe they fixed this in a recent update for NS. Try updating and see if that fixes it.
If not you can update your package.json file to use "#nativescript/ios": "6.5.3",. That'll use the JSC compiler for iOS instead of the new V8 runtime, then your element and network inspector should work!

Xamarin.Forms Android Scrollview eats PinchZoomGesture

I'm making app with using XF pcl.
If I add Pinchzoomgesture on View inside Scrollview, It's working fine on iOS but not on Android.
Seems like a bug?
Any a workaround?
Thanks.
This sounds like a bug. One workaround may be to use the third party plugin Mr.Gestures which supports Pinch gestures in a ScrollView.
Either that or you could file a bug report at: https://bugzilla.xamarin.com/
Or you could have a go at fixing this issue yourself: https://github.com/xamarin/Xamarin.Forms

Is it possible to use the Safari Web Inspector with an OSX app that contains webviews?

Note - this is not an iOS app, so I can't run it on a device or in the iOS Simulator.
All of the examples I can find discuss hooking it up with iOS. Nothing about pure OSX development.
Actually, this looks like the answer:
Is there a way to use the WebKit web inspector from a Cocoa WebView object?
Didn't come up in my search until after posting the question!

Is it possible to download browser in iphone simulator

I run my selenium tests across different web browsers like google chrome, firefox ie ect. These tests are being conducted in windows and Mac machine. We have requirement to run those tests in mobile browsers. I was able to run in mobile simulator safari browser successfully.
Now, I am wondering if it is possible to run those selenium tests in other browsers like opera mini but I was not able download opera mini browser in my simulator.
Can any one suggest me if it is possible to download browsers in simulators. I am using XCODE to build simulator.
No, you can't install apps into the iOS simulator except for an app you can actually build in Xcode.
Use a real iOS device to test using different browsers.
You could download and build the Chromium iOS browser in Xcode and run it in the iOS Simulator. It should be close to / in parity with the Chrome iOS browser, at least from a page rendering perspective (difference include things like Chrome's auto update feature, built-in PDF view, Chrome's custom print preview, etc. Mostly ancillary features to the core browsing experience.
Chromium (iOS) build instructions: https://chromium.googlesource.com/chromium/src/+/master/docs/ios/build_instructions.md
Firefox (iOS) build instructions:
https://github.com/mozilla-mobile/firefox-ios

Add Safari Developer Library to Xcode

Does anybody knows how to add Safari documentation to Xcode 4 (https://developer.apple.com/safari/resources/), so I could use it offline.
I tried to look at adcdocset document
developer.apple.com/rss/adcdocsets.atom
Feed for Xcode 4.1. is
developer.apple.com/rss/com.apple.adc.documentation.AppleXcode4_0.atom
For Lion Core Libraries
developer.apple.com/rss/com.apple.adc.documentation.AppleLion.atom
So I tried to substitute Safari
developer.apple.com/rss/com.apple.adc.documentation.Safari.atom
developer.apple.com/rss/com.apple.adc.documentation.Safari5_0.atom
developer.apple.com/rss/com.apple.adc.documentation.Safari5.atom
But with no luck.
Even tried to use the web url as feed url
https://developer.apple.com/library/safari/
but nothing.
Is it even possible to get the Safari Docs to be viewable offline?
It would be normal to have it in Dashboard, but Dashboard hasn't got documentation browser.
Not sure, but I do think that since Extensions are build directly within Safari and no more in Xcode there is no way to have that documentation loaded in Xcode.
However you can download PDF version from the developer site.

Resources