Blocking whole UI with Smartface - smartface.io

I am developing a mobile App using Smartface.
In my page NavigationBar and ActionBar are in use.
During a network operation I want to prevent user to perform actions. It is possible to block the UI under navigation & action bars.
How can I prevent user interacting with bars?

You can prevent your UI by using a rectangle with adjusting it as a fullSize.
Smartface 5.0.0 version will bring you to enable or disable the functionalities of NavigationBar / ActionBar buttons.

Related

How to remove or hide the navigation button in mobile build in unity?

When the player build settings is set as fullscreen with render outside safe area.
Still the build doesnt make any difference.The navigation button is not hidden or removed?
What is the workaround for removing the navigation bar or making it as autohide when dragged up it is visible?
The build settings doesnt make any difference
I did followed
http://zehfernando.com/2015/unity-tidbits-changing-the-visibility-of-androids-navigation-and-status-bars-and-implementing-immersive-mode/
But the methods were showing as deprecated..and I am not so sure how to furthur implement using the new method.
Also if followed in this approach, it might required to be maintained everytime if something is updated or deprecated in the android api.

How to remove Accessibility shortcut option from my Accessibility app?

I have an AccessibilityService that will break if the user turns it on and off through the Android system user interface. I only want the user to be able to disable/enable AccessibilityService through my own Activity which will handle shutting it on and off correctly.
I never encountered this feature before until I tested my app on newer devices. On Android 11 devices there is suddenly an option to toggle "Accessibility Shortcut". This will add a button at the bottom corner the navigation buttons OR it will allow the user to toggle the AccessibilityService by holding both volume buttons at the same time. For my app, it say's it will add the toggle near the navigation buttons.
How do I remove this option?
I am running into the exact same problems. Users tend to enable all switch button they see without reading explanation or videos. Since accessibility shortcut interfere in a bad way with the accessibility service, they got a non working experience.
It seems at first sight there is no option for developpers to hide the option for their accesibility services...

How to handle window visibility when in recent apps view

I want to hide the app preview of a single specific screen in recent apps when the user leaves the app. Like if the user is on a secure payments page but pressed recent apps or changes the app to another one then the preview we get in-app switcher (or recent apps) should be hidden.
The Visibility widget only visibility widgets of the app.
As suggested by Akora Ing. DKB, we have to write platform code to disable previews & screenshots for a specific platform. (Reference video)
For Android, we have to add getWindow().addFlags(LayoutParams.FLAG_SECURE) for flutter activity. This disables previews & screenshots for the whole flutter view. To only disable a single screen we'll need another flutter activity.
I don't know about iOS but on Android, we can create multiple flutter activities. Problem is, the FlutterActivity will automatically start the main Dart entry-point. So if we want to use a different entrypoint we would have to duplicate the FlutterActivity and give it a custom Delegate which starts the other entry-point in its onCreate().
I'm sure this answer would not be completely right, but it would be helpful for someone.

Pull twice to show notification center or control panel?

Recently, I am trying to fix issues of my app after release of iOS7.
One of the most annoying problem is about the pull-up control panel: since my app has pull up menu, apparently, the pull-up gesture triggers control panel simultaneously.
However, I found some apps are not affecting by this issue cause they need to pull twice to show the control panel, such as Slideshark. When user perform a pull-up gesture, the menu shows up with a "pull up tab" at the bottom of the screen(see red rectangle).
So the user need to pull up again to trigger the control panel.
I do not think pull-up menu is a good idea in iOS7, but this seems temporarily fix the problem. Anyone know how to do this?
Hubert
You'll get this behavior automatically when you hide the status bar in your app.
This question explains ways to hide the status bar on iOS 7: Cannot hide status bar in iOS7
(You can do it on a per view controller basis, or for your entire app at once.)

What s the background style for the default buttons in Bing Maps for the App store

See attached photo, trying to make my buttons this style.
What is the brush style for the default button for the Bing maps SDK for Windows app store?
The background color of the button is: #FF333333
The actually style for the button is a custom one that is defined in the map control only and you won't be able to access. To get the hover effect a ColorAnimation is being used in a VisualStateManager.