<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Zoom issue with Chrome/Chromium on Android in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/zoom-issue-with-chrome-chromium-on-android/m-p/239989#M22265</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Michal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think this is related to &lt;SPAN style="color: #222222; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 15px;"&gt;Chromium &lt;/SPAN&gt;WebView, the &lt;SPAN style="color: #222222; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 15px;"&gt;hardware accelerated canvas rendering is not supported in Android 4.4 or previous version. Add this &lt;/SPAN&gt;line to the WebView to turn off hardware accelerated canvas and it should works.&lt;/P&gt;&lt;PRE class="prettyprint prettyprinted default" style="padding: 5px; font-size: 13px; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif; color: #393318; background-color: #eeeeee;"&gt;&lt;CODE style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif;"&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;mWebview&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;setLayerType&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="typ" style="color: #2b91af;"&gt;View&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;LAYER_TYPE_SOFTWARE&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN class="kwd" style="color: #00008b;"&gt;null&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;);&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;For more information, please check this Android page:&lt;/P&gt;&lt;P&gt;&lt;A href="http://developer.android.com/guide/topics/graphics/hardware-accel.html#determining" title="http://developer.android.com/guide/topics/graphics/hardware-accel.html#determining"&gt;Hardware Acceleration | Android Developers&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tested with Anroid 5.0 it works fine. FYI this as well if you curious, &lt;A href="http://www.zdnet.com/article/google-why-we-wont-patch-pre-kitkat-android-webview/" title="http://www.zdnet.com/article/google-why-we-wont-patch-pre-kitkat-android-webview/"&gt;​Google: Why we won't patch pre-KitKat Android WebView | ZDNet&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Feb 2015 01:35:39 GMT</pubDate>
    <dc:creator>YueWu1</dc:creator>
    <dc:date>2015-02-18T01:35:39Z</dc:date>
    <item>
      <title>Zoom issue with Chrome/Chromium on Android</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/zoom-issue-with-chrome-chromium-on-android/m-p/239981#M22257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Long time lurker, first time poster! Firstly to give a bit of background, I have been working on a mobile application for both Android &amp;amp; iOS, using Phonegap and the ESRI JSAPI v3.7. My predominant Android test devices have been Nexus 4 &amp;amp; 7, both running Android 4.3. I now have a Nexus 5 that runs Android 4.4 KitKat, which has led me to discover this issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Phonegap wraps a web-app in an Android WebView, and until now it has run ok on any devices up to and including Android 4.3, as WebViews were rendered using a WebKit engine. In Android 4.4, the WebView has changed to be based on Chromium, the same as Chrome for Android browser, see &lt;/SPAN&gt;&lt;A href="http://developer.android.com/guide/webapps/migrating.html"&gt;here&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I discovered that when trying to zoom in from a much higher scale, the transition would hang and the app won't respond. Occasionally it will eventually it will correct itself (ie 5+mins I have noticed). To ensure it was not an issue with our code, I tested using some of the ESRI samples, found the same thing occurring in Chrome on Android.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To reproduce, try this &lt;/SPAN&gt;&lt;A href="http://jsfiddle.net/PhbDr/embedded/result/"&gt;JSFiddle&lt;/A&gt;&lt;SPAN&gt; in Chrome on an Android device. Press the zoom button go to the level specified in the input field. By default it zooms in from lvl4-&amp;gt;14 which should demonstrate the issue. It does not occur on a mobile Webkit based browser such as Safari on iOS, or on the desktop version of chrome, only Chrome for Android or when embedded in a WebView (Android 4.4 only).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have tested on multiple Android devices, all running Chrome version 29 &amp;amp; 30, occurs in all of them. Have also been able to reproduce it using our full web application that is deployed on JSAPI v2.8, so I believe it may not be a new issue. It has only become apparent to me due to the switch in rendering engine for the WebView in KitKat.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hoping someone else might have encountered this, appreciate any assistance I can get!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jared&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Nov 2013 04:51:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/zoom-issue-with-chrome-chromium-on-android/m-p/239981#M22257</guid>
      <dc:creator>JaredRowe</dc:creator>
      <dc:date>2013-11-12T04:51:27Z</dc:date>
    </item>
    <item>
      <title>Re: Zoom issue with Chrome/Chromium on Android</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/zoom-issue-with-chrome-chromium-on-android/m-p/239982#M22258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have tested your application on my own Android (4.4.2) Device (Samsung Galaxy Note 2). However I did not reproduce the issue. I am able to zoom to that level (zoom level :14) also I am able to pan the map easily.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2014 15:09:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/zoom-issue-with-chrome-chromium-on-android/m-p/239982#M22258</guid>
      <dc:creator>AmeyaNatu1</dc:creator>
      <dc:date>2014-06-03T15:09:37Z</dc:date>
    </item>
    <item>
      <title>Re: Zoom issue with Chrome/Chromium on Android</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/zoom-issue-with-chrome-chromium-on-android/m-p/239983#M22259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Ameya.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This was lodged as a bug with ESRI a few months ago. Have not had an update from them since, still seems present in JSAPI v3.9 although like you I can't seem to consistently reproduce the issue with that JSFiddle any more, guessing due to updates to Chrome. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We actually worked around the issue anyway. Rather than loading the map at the full extent and then trying to zoom in once the user is geolocated, we instead geolocate and use the result to set the initial map extent.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jared&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2014 22:27:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/zoom-issue-with-chrome-chromium-on-android/m-p/239983#M22259</guid>
      <dc:creator>JaredRowe</dc:creator>
      <dc:date>2014-06-03T22:27:06Z</dc:date>
    </item>
    <item>
      <title>Re: Zoom issue with Chrome/Chromium on Android</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/zoom-issue-with-chrome-chromium-on-android/m-p/239984#M22260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Team,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am also facing this issue in my app. My app is sencha based . And on Android 4.4, if user tries to pinch, it hans the entire app.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any solution to this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chetna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Nov 2014 22:49:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/zoom-issue-with-chrome-chromium-on-android/m-p/239984#M22260</guid>
      <dc:creator>chetnamittal</dc:creator>
      <dc:date>2014-11-30T22:49:37Z</dc:date>
    </item>
    <item>
      <title>Re: Zoom issue with Chrome/Chromium on Android</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/zoom-issue-with-chrome-chromium-on-android/m-p/239985#M22261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN lang="EN" style="font-family: 'Arial','sans-serif'; color: #3d3d3d; font-size: 10pt;"&gt;Hi Jared,&lt;BR data-jive-statusinputadd="true" data-jive-truncation-flag="true" /&gt;&lt;BR data-jive-statusinputadd="true" data-jive-truncation-flag="true" /&gt;We are facinng the issue on Android 4.4. Ours is a sencha application(2.3.2).&lt;BR data-jive-statusinputadd="true" data-jive-truncation-flag="true" /&gt;It runs inside Tibco Silver Mobile which is based on phone-gap.&lt;BR data-jive-statusinputadd="true" data-jive-truncation-flag="true" /&gt;&lt;BR data-jive-statusinputadd="true" data-jive-truncation-flag="true" /&gt;To work with maps , we are using ESRI javascript API 3.8.&lt;BR data-jive-statusinputadd="true" data-jive-truncation-flag="true" /&gt;&lt;BR data-jive-statusinputadd="true" data-jive-truncation-flag="true" /&gt;&lt;BR data-jive-statusinputadd="true" data-jive-truncation-flag="true" /&gt;We have the following set up for maps-&lt;BR data-jive-statusinputadd="true" data-jive-truncation-flag="true" /&gt;&lt;BR data-jive-statusinputadd="true" data-jive-truncation-flag="true" /&gt;1)We have bing as the base map layer. &lt;BR data-jive-statusinputadd="true" data-jive-truncation-flag="true" /&gt;2)On that , polygons are place that are ESRI polygons . &lt;BR data-jive-statusinputadd="true" data-jive-truncation-flag="true" /&gt;3)On the top, we have geolocation APIs that track the user's current location&lt;BR data-jive-statusinputadd="true" data-jive-truncation-flag="true" /&gt;&lt;BR data-jive-statusinputadd="true" data-jive-truncation-flag="true" /&gt;&lt;BR data-jive-statusinputadd="true" data-jive-truncation-flag="true" /&gt;&lt;BR data-jive-statusinputadd="true" data-jive-truncation-flag="true" /&gt;When we render this map on Android, we try to set a default zoom level . Now, in Android 4.4, zoom level greater than 12&amp;nbsp; does not work. Even on 12 it gives the following issues-&lt;BR data-jive-statusinputadd="true" data-jive-truncation-flag="true" /&gt;&lt;BR data-jive-statusinputadd="true" data-jive-truncation-flag="true" /&gt;1)Pinning does not work---&amp;gt; This means that when user tries to pin, it takes a very long time for the map to set the zoom level which in turn hangs the application&lt;BR data-jive-statusinputadd="true" data-jive-truncation-flag="true" /&gt;2)Zoom slider responds after a very long time&lt;BR data-jive-statusinputadd="true" data-jive-truncation-flag="true" /&gt;&lt;BR data-jive-statusinputadd="true" data-jive-truncation-flag="true" /&gt;3)Any other control on this screen take ages to respond..&lt;BR data-jive-statusinputadd="true" data-jive-truncation-flag="true" /&gt;&lt;BR data-jive-statusinputadd="true" data-jive-truncation-flag="true" /&gt;&lt;BR data-jive-statusinputadd="true" data-jive-truncation-flag="true" /&gt;Basically every response is delayed and if user keeps on interacting without waiting for the map to respond, so it hangs the aplpication.&lt;BR data-jive-statusinputadd="true" data-jive-truncation-flag="true" /&gt;&lt;BR data-jive-statusinputadd="true" data-jive-truncation-flag="true" /&gt;&lt;BR data-jive-statusinputadd="true" data-jive-truncation-flag="true" /&gt;I read from the your comment, that you could fix the issue with some workaround.&lt;BR data-jive-statusinputadd="true" data-jive-truncation-flag="true" /&gt;&lt;BR data-jive-statusinputadd="true" data-jive-truncation-flag="true" /&gt;Can you please help us here. We are in the crtical stage of the project and need to fix this issue desparately.&lt;BR data-jive-statusinputadd="true" data-jive-truncation-flag="true" /&gt;&lt;BR data-jive-statusinputadd="true" data-jive-truncation-flag="true" /&gt;Thanks in advcance!!!!!!&lt;BR data-jive-statusinputadd="true" data-jive-truncation-flag="true" /&gt;&lt;BR data-jive-statusinputadd="true" data-jive-truncation-flag="true" /&gt;&lt;BR data-jive-statusinputadd="true" data-jive-truncation-flag="true" /&gt;&lt;BR data-jive-statusinputadd="true" data-jive-truncation-flag="true" /&gt;Chetna&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2014 17:31:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/zoom-issue-with-chrome-chromium-on-android/m-p/239985#M22261</guid>
      <dc:creator>chetnamittal</dc:creator>
      <dc:date>2014-12-18T17:31:06Z</dc:date>
    </item>
    <item>
      <title>Re: Zoom issue with Chrome/Chromium on Android</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/zoom-issue-with-chrome-chromium-on-android/m-p/239986#M22262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have fixed the problem in 3.12&lt;/P&gt;&lt;P&gt;This is a compositing bug in Chromium. We have logged the issue: &lt;A href="https://code.google.com/p/chromium/issues/detail?id=437904" title="https://code.google.com/p/chromium/issues/detail?id=437904"&gt;Issue 437904 - chromium - Applying opacity to element with big scale transform freezes the page - An open-source proj…&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A workaround for previous releases of the API is to set fadeOnZoom to false on the map &lt;A href="https://developers.arcgis.com/javascript/jsapi/map-amd.html#fadeonzoom" title="https://developers.arcgis.com/javascript/jsapi/map-amd.html#fadeonzoom"&gt;Map | API Reference | ArcGIS API for JavaScript&lt;/A&gt; This disable the fading for the tiles in TiledMapServiceLayer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Dec 2014 00:11:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/zoom-issue-with-chrome-chromium-on-android/m-p/239986#M22262</guid>
      <dc:creator>YannCabon</dc:creator>
      <dc:date>2014-12-19T00:11:55Z</dc:date>
    </item>
    <item>
      <title>Re: Zoom issue with Chrome/Chromium on Android</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/zoom-issue-with-chrome-chromium-on-android/m-p/239987#M22263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We used 3.12 version.But the issue is not fixed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My application is getting freezed on zoom in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Chetna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Dec 2014 16:07:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/zoom-issue-with-chrome-chromium-on-android/m-p/239987#M22263</guid>
      <dc:creator>chetnamittal</dc:creator>
      <dc:date>2014-12-19T16:07:00Z</dc:date>
    </item>
    <item>
      <title>Re: Zoom issue with Chrome/Chromium on Android</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/zoom-issue-with-chrome-chromium-on-android/m-p/239988#M22264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have the same problem on android 4.4. When our application zoom from 2 000 000 to 1000 (zoom to current location), it freezess the app for 3-5min. Javascript API 3.12 dont work and also property fadeOnZoom = false...Can anyone help with some workaround? Or the date when it will be fixed? &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Michal &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Feb 2015 08:18:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/zoom-issue-with-chrome-chromium-on-android/m-p/239988#M22264</guid>
      <dc:creator>MichalBeniak</dc:creator>
      <dc:date>2015-02-10T08:18:07Z</dc:date>
    </item>
    <item>
      <title>Re: Zoom issue with Chrome/Chromium on Android</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/zoom-issue-with-chrome-chromium-on-android/m-p/239989#M22265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Michal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think this is related to &lt;SPAN style="color: #222222; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 15px;"&gt;Chromium &lt;/SPAN&gt;WebView, the &lt;SPAN style="color: #222222; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 15px;"&gt;hardware accelerated canvas rendering is not supported in Android 4.4 or previous version. Add this &lt;/SPAN&gt;line to the WebView to turn off hardware accelerated canvas and it should works.&lt;/P&gt;&lt;PRE class="prettyprint prettyprinted default" style="padding: 5px; font-size: 13px; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif; color: #393318; background-color: #eeeeee;"&gt;&lt;CODE style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif;"&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;mWebview&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;setLayerType&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="typ" style="color: #2b91af;"&gt;View&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt;LAYER_TYPE_SOFTWARE&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln" style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN class="kwd" style="color: #00008b;"&gt;null&lt;/SPAN&gt;&lt;SPAN class="pun" style="color: #000000;"&gt;);&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;For more information, please check this Android page:&lt;/P&gt;&lt;P&gt;&lt;A href="http://developer.android.com/guide/topics/graphics/hardware-accel.html#determining" title="http://developer.android.com/guide/topics/graphics/hardware-accel.html#determining"&gt;Hardware Acceleration | Android Developers&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tested with Anroid 5.0 it works fine. FYI this as well if you curious, &lt;A href="http://www.zdnet.com/article/google-why-we-wont-patch-pre-kitkat-android-webview/" title="http://www.zdnet.com/article/google-why-we-wont-patch-pre-kitkat-android-webview/"&gt;​Google: Why we won't patch pre-KitKat Android WebView | ZDNet&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Feb 2015 01:35:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/zoom-issue-with-chrome-chromium-on-android/m-p/239989#M22265</guid>
      <dc:creator>YueWu1</dc:creator>
      <dc:date>2015-02-18T01:35:39Z</dc:date>
    </item>
  </channel>
</rss>

