Skip to main content

Posts

Showing posts with the label Mobile Application

Oracle Visual Builder Cloud Service- How to change Menu button icon in a mobile application

Oracle Visual Builder Cloud Service . Let's see how to to change the menu button icon in a mobile application in Oracle VBCS Assuming that you have an application and have added a menu button in your page. The default menu button will look like below when Menu Button is configured with icons. Now how to change this icon to a hamburger 3 line menu icon ? Many elements support defining style class for startIcon and endIcon slots. <oj-menu-button> have startIcon, endIcon slots Reference for this can be found here.  http://www.oracle.com/webfolder/technetwork/jet/jsdocs/oj.ojMenuButton.html So we are going to use endIcon slot, as the arrow icon sits in endIcon slot. We need to give a style class here in the place of "myIconClass". Oracle JET provides many framework icons. Reference for that can be found here http://www.oracle.com/webfolder/technetwork/jet/jetCookbook.html?component=imagefwk&demo=fwk&mode=and_port We are going to...

Oracble Visual Builder Cloud Service - Mobile application - Not opening in mobile. Gives blank screen

Oracle Visual Builder Cloud Service (Oracle VBCS) : I came across a situation, with the mobile application that I developed using oracle visual builder cloud service. Once I developed the mobile application,I got the apk file after android build. I installed in my mobile (having android verion 5). It opened properly without any problem. Before the application opens, it will redirect to the default vbcs authentication page. Everything went fine. Later I wanted to do factory reset in my mobile to make it as a brand new one.I did factory reset, then installed my mobile application. Now when I launch the application, it opens with a blank screen and it does not redirect to the visual builder authentication page. What cloud be wrong here?. Before factory rest, I used "Oracle Max" app. So I wanted to to know whether that application opens properly after factory reset.  But that application also did not open and just stuck with a white blank screen. Now I tried installing ...