i opened instabug flutter example app (from github repository) with shake and screenshot event but it doesnt work. (floating button works)
Is it possible to shake and screenshot event dont work on android emulator? Unfortunately I can't test it on physical device.
Related
I am developing a small application for Android TV. It needs to implement calling an additional menu when the center button is Longpressed.
All attempts to find solutions have been unsuccessful.
If you have a solution for this problem - please share.
I tried to use the built-in Longpress functions in the standard Flutter widgets. To no avail.
I have a FCM setup in my flutter app. Everything works as expected in the iOS world, but I can't get it to work in the android world. I can see the Push-Notification in the notification drawer, but they don't appear like the classic Push-Notification widget in the top bar. What am I doing wrong?
Android Emulators won't work. You need a physical device if you want to test cloud-messaging on Android.
I have project with audio_service and just_audio. It is working fine on Android. But It is not working on iOS. I found out that it is happening because of the navigation route.
I have attached the example project. Example
If I call the Player screen at home, it is playing. If I call the home screen first then there is button to call the Player screen. If user click the player screen show but song is not playing. It is showing loading indicator.
Do you know why it is not working.
May be you should try to stop the service before the init.
audio_service.stop()
audio_service.init()
As there is some issue with latest iOS update in audio_service and it will be fixed soon.
Home screen view on the different phone responding in a different manner. As you can see the attached screenshots, its working fine on all iOS devices but in android it working on pixel but in oppo, the screen turns to grey.
Did you try to use Oppo for debugging? Did the code execute as desired? Is it app-release that is not working or app-debug? And are there any unconventional plugins?
I am not able to simulate the SWIPE event in MobiOne simulator while using Jqtouch.
How to use mouse to simulate swipe.
Thanks
Coool
If you are using the latest MobiOne 1.0M9 version, it's iphone emulator supports JQTouch swipe events. Load this swipe demo URL http://www.ryanscherf.net/demos/swipe/ in the MobiOne iPhone Emulator. Press left-mouse down while dragging across the swipe regions. You should see an alert dialog with a msg stating you swiped left or right respectively. Use the MobiOne "Send To My Phone" to quickly share the URL with your iphone/itouch device and see it live.
Contact MobiOne Support for more followup. www.genuitec.com/support-mobione
Wayne