Answered

iOS message - subscriberCellularProvider is deprecated

Is there something that should be changed for this message in Xcode?

Answered

Force refresh upon app opening

I'm noticing when you return to the app if it's been in the background for a while, the content is old and not recent. Is there a way to force the app to use the main loading page each time it's opened? Maybe some Javascript?

Answered

Unable to run the test build for faceid plugin in IOS using xcode.

I am able to run the test build for fingerprint in Android emulator but the same thing is not working for IOS.

Answered
Answered

Xcode message - method should not be called UI unresponsiveness

Running some final tests before release. In Xcode, when testing on a device, I'm seeing constant stream of this message:

Answered

Javascript to override top-navigation background color?

Is there a way to change the top-navigation background color with Javascript? I'd like to have background color changed for certain parts/pages of the app. Thanks.

Answered

Anyway to cache tab pages?

I have a bottom tab bar and every time a tab is selected the page will "reload" even if the tab was opened 3 seconds ago. This makes it feel very far from an app (or a very slow app) and more of a website.

Answered

is there a way to embed fonts rather than loading them externally?

is there a way where i can upload font files so it does not load over the web? if not, are you planning to include this feature so that all font files are part of the assets folder within the app?

Answered

Android tab bar functionality when on current page

There is an inconsistency in the tab bar behavior between iOS and Android. The iOS version functions as expected. The issue is when viewing a page (example: Home) and you choose the same page from the Tab bar (Home). On iOS it will reload the page and take the user to the top of the page (very helpful and expected behavior in apps), on Android, the button doesn't do anything.

Answered

Bottom navigation state change when other navigation used

I've noticed that the bottom navigation (most predominantly) will not update the state of an active icon when another navigation is used to change the current page. For example, if the bottom navigation is used to load a page, then the side-navigation is used to change to another page, the bottom navigation still maintains an active state from the previous command. Now, that active state is misleading and outdated. The state should reset each time any navigation (top, bottom, side) is used. I made a Loom video to demonstrate.