Ai Companion is properly working in my phone. But after building to apk file is not working properly.
- calling page is not working.
Ai Companion is properly working in my phone. But after building to apk file is not working properly.
Welcome to the community. Please post a scrennshot of your blocks in order to get help. Also since this is your first topic please have a look at ..
Tested this code with my two phones both are facing same issues(android 11, android 7).
this code is place in my second screen. and first screen this is working properly.
First of you should close screen before opening a new one cause otherwise you will have memory issues
In the following example I have 2 Screens, Screen1 and Screen2 and each screen has a button
test_screen.aia (2.5 KB)
In Screen1 blocks
In Screen2 blocks
Just make sure you to choose the right screen
Thanks for the info.
Tested more pages in my application all are working except one page(New_Invoice).
Hello Shajeer
By this you mean that the screen 'New_Invoice' is not displayed? So, nothing happens at all, the App just stays on the screen 'Home' ?
Yes, Correct
We cannot read your screenshot - can you take another:
Right-mouse in the Blocks work area and select "Download Blocks as image"
Your Blocks are all over the place!
.... how many Screens are there in total?
OK:
...also, make your start value more reliable - use math block comparision: 1 for data available, 0 for data not available.
Why isn't Screen 1 your 'Home' Screen?
... I didn't say remove it
But i need to find exact issues.
It is a pity you are using Screens in this way because this type of App is better developed with Virtual Screens. In a situation where a button click returns the user to the screen that opened the current screen, you just need to use the 'close screen' block and will automatically be taken back to the prior screen.
So you don't want my advice? OK.
Hi,
Thanks for your support. I fixed the issues.
I removed 'KIO4_Move' extension. now everything is working fine.
I suggest you find as many beta testers as possible. Your code could be a lot better.