Y ykucuk Well-Known Member Licensed User Longtime User Jun 17, 2014 #1 hello , i need show webpage (http://kreaturamedia.com/layerslider-responsive-jquery-slider-plugin/) built with html5. my problem is webview has crash after some seconds of loading page. i install chrome browser to device from market and it works fine. is there way use chrome browser instead webview on our project?
hello , i need show webpage (http://kreaturamedia.com/layerslider-responsive-jquery-slider-plugin/) built with html5. my problem is webview has crash after some seconds of loading page. i install chrome browser to device from market and it works fine. is there way use chrome browser instead webview on our project?
NJDude Expert Licensed User Longtime User Jun 17, 2014 #2 I checked that URL on a webview and it works, tested on my Nexus 7 tab running KitKat. Upvote 0
Y ykucuk Well-Known Member Licensed User Longtime User Jun 18, 2014 #3 Hi NJDude. I try with usb stick android device.it doesnt has very good hardware options. it loads url but after some second goes to crash with webview. with google chrome browser it works well Upvote 0
Hi NJDude. I try with usb stick android device.it doesnt has very good hardware options. it loads url but after some second goes to crash with webview. with google chrome browser it works well
DonManfred Expert Licensed User Longtime User Jun 18, 2014 #4 Have you tried Webview with WebviewExtras (and setting up a webchromeclient)? Upvote 0
NJDude Expert Licensed User Longtime User Jun 18, 2014 #5 Then try using an intent to open the browser, like this: B4X: Dim i As Intent i.Initialize(i.ACTION_VIEW, "http://kreaturamedia.com/layerslider-responsive-jquery-slider-plugin/") StartActivity(i) Upvote 0
Then try using an intent to open the browser, like this: B4X: Dim i As Intent i.Initialize(i.ACTION_VIEW, "http://kreaturamedia.com/layerslider-responsive-jquery-slider-plugin/") StartActivity(i)
Y ykucuk Well-Known Member Licensed User Longtime User Jun 18, 2014 #6 NJDude, cant use intent because i need open web in activity with defined area (left=0,top=0,width=200,height=300) Upvote 0
NJDude, cant use intent because i need open web in activity with defined area (left=0,top=0,width=200,height=300)