TheFinestArtist / FinestWebView-Android

Beautiful and customizable Android Activity that shows web pages within an app.
https://finestwebview.web.app
2.32k stars 532 forks source link

Library don't works with fragment ! #151

Open xeron56 opened 6 years ago

xeron56 commented 6 years ago

Using public class PhotoFragment extends Fragment implements View.OnClickListener, View.OnTouchListener {

How to solve this for implement with fragment?

untitled

shahidkh4n commented 6 years ago

Probably try getActivity() instead of this?

xeron56 commented 6 years ago

Thanks