V vitneum Member Licensed User Longtime User Jun 3, 2012 #1 sorry I'm newbie and cannot speak English well. my problem is "googlemap in webview at android 4.0.4" my code is no problem on other lower versions. but ver4.0.4, goglemap loading is slow and click, drag... does not work. Do you know why? thank you
sorry I'm newbie and cannot speak English well. my problem is "googlemap in webview at android 4.0.4" my code is no problem on other lower versions. but ver4.0.4, goglemap loading is slow and click, drag... does not work. Do you know why? thank you
Erel B4X founder Staff member Licensed User Longtime User Jun 3, 2012 #2 Try to add the hardware accelerated attribute: http://www.b4x.com/forum/bugs-wishlist/18130-problem-webview-youtube.html#post104105 Upvote 0
Try to add the hardware accelerated attribute: http://www.b4x.com/forum/bugs-wishlist/18130-problem-webview-youtube.html#post104105
V vitneum Member Licensed User Longtime User Jun 3, 2012 #3 Erel said: Try to add the hardware accelerated attribute: http://www.b4x.com/forum/bugs-wishlist/18130-problem-webview-youtube.html#post104105 Click to expand... add it. but error message show. ======================================================= Compiling code. 0.08 Compiling layouts code. 0.00 Generating R file. 0.00 Compiling generated Java code. 1.20 Convert byte code - optimized dex. 1.44 Packaging files. Error AndroidManifest.xml:108: error: No resource identifier found for attribute 'hardwareAccelerated' in package 'android' ======================================================== Upvote 0
Erel said: Try to add the hardware accelerated attribute: http://www.b4x.com/forum/bugs-wishlist/18130-problem-webview-youtube.html#post104105 Click to expand... add it. but error message show. ======================================================= Compiling code. 0.08 Compiling layouts code. 0.00 Generating R file. 0.00 Compiling generated Java code. 1.20 Convert byte code - optimized dex. 1.44 Packaging files. Error AndroidManifest.xml:108: error: No resource identifier found for attribute 'hardwareAccelerated' in package 'android' ========================================================
V vitneum Member Licensed User Longtime User Jun 3, 2012 #4 vitneum said: Packaging files. Error AndroidManifest.xml:108: error: No resource identifier found for attribute 'hardwareAccelerated' in package 'android' Click to expand... Resolved this error. configure path -> android.jar -> change folder/file But!!! googlemap problem continues. Upvote 0
vitneum said: Packaging files. Error AndroidManifest.xml:108: error: No resource identifier found for attribute 'hardwareAccelerated' in package 'android' Click to expand... Resolved this error. configure path -> android.jar -> change folder/file But!!! googlemap problem continues.
Erel B4X founder Staff member Licensed User Longtime User Jun 4, 2012 #5 Can you create a small project that demonstrates this issue? Upvote 0
V vitneum Member Licensed User Longtime User Jun 4, 2012 #6 I've tried just 1 "webview" for googlemap. also same problem. My phone is LG Optimus LTE. Ics has been upgraded to 2 days. Perhaps there may be a problem with my phone.... Upvote 0
I've tried just 1 "webview" for googlemap. also same problem. My phone is LG Optimus LTE. Ics has been upgraded to 2 days. Perhaps there may be a problem with my phone....