Use Google Chromium in osx - objective-c

I have to display my Webpage in a Mac App.
In de .NET version using chromium is really simple.
So i downloaded the chromium kit and the sample Apps are working, but i am not able to import and use the chromium in my project.
Can anyone help me?

Related

Pdf is not previewable in Electron-Vue Desktop Application

I have used electron-vue to create desktop application. I was trying to preview a pdf in my application. I have tried JsPdf, vue-pdf, iframe etc. But nothing has worked.
I am using Vue 2.5.16 version.
I can download the pdf using jspdf but can't preview it. While importing vue-pdf I got unrecognized token error.
Anyone knows any alternative solution?
Any kind of help is highly appreciable.
electron-vue is very outdated.
it uses electron 2.0.4, now we have electron 9.1.0.
you can read it in the dependencys here.
And from a personal project i know that the pdf bug has fixed in 9.0.
Here you find the Github Issue
So at least try to update the dependencys

Safari 12 Extensions and NativeMessaging

With the release of Safari 12, Safari will no longer support NPAPI plugins. My use case is to be able to launch a java application located on a client from a browser extension which I can currently do in Chrome and Firefox with NativeMessaging. From my reasearch, I do not see a way to do this in Safari 12. The closest I can see is their "Safari App Extension" project but this looks like it requires that you package up your native app with the extension and distribute it through the App Store. I am not at all a Mac developer so I am looking for some advice. Does anyone know if Safari supports my use case?
We can create a extension that will download our dmg app with the native code.And run the dmg app after it is getting downloaded.
Then we can place our extension in the safari extension gallery.
We have implemented it in the similar way where our extension look for the json file which in turns download the DMG app that we have kept in the server.

How to enable Webkit speech to text in chromium 51?

I am using Jessie on raspberry pi, the default browser support is chromium V51, but i am unable to run webkit speech to text module, which is running very fine in Google Chrome. Please help me if anyone has solved this previously.
I am open for other opinion regarding speech to text using nodejs.
thank you in advance

Render camera preview in Chrome using Native Client SDK

I'm trying to write ppapi plugin for Chrome which will use webcam (show preview and write file). I have installed NaCl sdk with pepper_35.
There available examples in /examples/api/ folder: media_stream_audio and media_stream_video.
The audio example works fine - requests access to microphone and shows some kind of preview.
The "media_stream_video" example must show web-camera video preview, but when I load example on the local web server (with make serve command), there appears red rect, and Chrome asks for the web camera access. When I click “allow” - webcam indicator lights-up, chrome show that web page uses the web camera, and I see the camera settings icon. But the preview doesn't work, there still red rectangle instead.
I checked this on Windows 8.1, Windows 7 and Mac OS X, with five different webcams, and have no idea what can be wrong.
Maybe someone already encountered with the same problem?
Installing the pepper_37(dev) version of NaCl SDK solved the problem. Looks like it is unstable version currently, but it works.

Android build: Fennec with chromium rendering Engine

I built the chromium for android following these instructions https://code.google.com/p/chromium/wiki/AndroidBuildInstructions .
I got the content shell only not the full browser.
Then, I built the Firefox for Android. I successfully got the Full web browser. But the performance of the chrome content shell was much much better than that of Firefox Android build. Now, I want to try building the Firefox Android using chromium rendering Engine, Blink replacing the Gecko rendering Engine. How much is the difficulty level and how can I start.
Thanks,
Chromium uses Blink (earlier Webkit) as its rendering, and V8 for Javascript interpretation along with various 3rd party dependencies. Even though Content shell is a small browser (sans complex UI of Chromium) it is functional and a wrapper over Blink. Having said that fitting Blink with Firefox (instead of Gecko) will be a new project by itself, probably you can try building Webview, so that you can build a simple browser itself in android. http://developer.android.com/reference/android/webkit/WebView.html
Chromium - Open Source project
Chrome- Google's proprietary software + Chromium
In Android only Google Chrome can be installed as APK, wherease Chromium can be built as content shell or used through WebView
https://groups.google.com/a/chromium.org/forum/#!topic/chromium-dev/zMDKC2x9o5w