M1Joe
M1Joe
@kfiross any chance you can merge your web changes into this facebook_login so that we don't have to maintain two?
@kfiross did you ever put in a PR to merge your code into this one?
we can probably close this ticket, right? Might I suggest that we print a console command if we can detect that we're running on the similar that says "don't worry,...
Quick work around for you: Make a service: ``` class AdvertisingService { //generic test ID from https://developers.google.com/admob/android/native/start?hl=en-US String testAdId = 'ca-app-pub-3940256099942544/2247696110'; String myProjectNativeAdId() { if (isInDebugMode) { return testAdId; }...
I worked around this issue with this. Basically, when your path changes, you need to remove the PDF viewer from the screen and then put it back with the new...
Looks like there is an open PR for this - https://github.com/lubritto/Pdf_Viewer_Plugin/pull/27 @lubritto you think the fix looks good and can be merged in?