rameshvoltella / 360-Productview-Android-App

its a 360 degree product view seeing in shoppingcart sites.like view selcted product by roatating for android
41 stars 13 forks source link

360 view only worked once #4

Open rhobinjay opened 6 years ago

rhobinjay commented 6 years ago

Hi. It is a great opportunity for me to say thank you for creating this app. It helped me a lot. But I just noticed that when I tried to load the image to the next activity of my app, it seems that the image is not rotating anymore. Then sometimes, when I tried to close the app and open it again, the image on the main activity is not rotating as well. The expected rotation only happens when I will rebuild the project and run the app. If this was also happened to you, please let me know the steps you've taken to fix it. Thank you :)

giuseeFG commented 6 years ago

I found this solution:

    webView.getSettings().setLoadWithOverviewMode(true);
    webView.getSettings().setUseWideViewPort(true);