-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Galaxy Nexus Stock-Browser #202
Comments
Hi Benny, The Android stock browser is not officially supported (see http://www.polymer-project.org/faq.html#which-browsers-does-polymer-support). Chrome for Android is supported, however. |
So you can't use polymer-project for hybrid-apps? (e.g. Phonegap) |
At the moment, no. Remember that Polymer is in "pre-alpha", however. Being On Tue, Jul 9, 2013 at 7:47 AM, Benny Bennet Jürgens <
|
Closing since the old android browser is unsupported. |
It is possible to use Polymer with Phonegap for Android Application, if then how it can be produced? |
BUMP. Lack of compatibility with stock is a deal breaker for my cordova projects :( |
Yep, that have been my intention too. |
Take a look at Crosswalk It sounds like it bundles up a Chrome Webview that you can use in your app to get support on Android 4.0+ devices. Haven't personally tried it yet but I'm super interested to hear if you guys have any success with it |
Mobile Chrome Apps now uses crosswalk by default. |
+1 for Crosswalk. We've seen a number of developers use that to improve On Wed, Aug 27, 2014 at 8:15 PM, Glen Arrowsmith [email protected]
|
I set up a polymer app with cca yesterday and it works really well on my old galaxy nexus. Feels native. Having some troubles with an iOS device atm. Will report back with more details soon. Oh, and the remote chrome debugging you get with chrome://inspect is amazeballs! |
cca isnt bundling chrome with ios and is just using the default webview. The userAgent is ccv -v is 0.3.2-dev and I tried 0.3.1 before that. @robdodson any ideas? [edit] I've also opened a issue on the ChromeMobleApps repo MobileChromeApps/mobile-chrome-apps#299 |
That's ok because Apple does not allow embedding chrome in apps. So as long as you want to deliver your app via AppStore you have to use the WebView (based on Safari) provided by Apple. One could check if CCV is using the new UIWebView or the old WebView, maybe here's space for improvement. |
Thanks @bennybennet. I was shocked to find out that even Chrome on iOS is really Safari. https://developer.chrome.com/multidevice/ios/overview Still having troubles with finding the right build chain for polymer
It's looking like I'm going to have to use cordova for iOS and MobileChromeApps for android which isn't ideal but still better than doing thing natively. |
I did a small HelloWorld-WebApp. It uses a small Template (MDV)
It is working in all mobile browsers (Chrome, Firefox, Safari, Opera) except the stock browser on my Galaxy Nexus. I always just get
Hello {{World}}
instead ofHello World
(or whatever the models wants{{World}}
to be).I experience the same issue on your Getting started page. The results are always empty on my stock browser.
It is Android 4.2.2, Kernel 3.0.31-g9f818de on a Galaxy Nexus.
Edit:
I set up an Android 4.2.2 Emulator and managed to get the following console output:
"07-09 14:31:11.734: ERROR/browser(1990): Console: Uncaught ReferenceError: Window is not defined http://XXX/ext/polymer-all/platform/platform.min.js:28
07-09 14:31:11.814: ERROR/browser(1990): Console: Uncaught TypeError: Object # has no method 'performMicrotaskCheckpoint' http://XXX/src/js/index.js:51"
Seems to be the Problem
Regards,
Benny
The text was updated successfully, but these errors were encountered: