I have an html application that I can run inside of RhoElements with no issues. When I try to compile the application through RhoStudio the sizing of the pages are off, they appear to be zoon X2. Any thoughts on where to change the size or have it display the same as default in RhoElements?
I am also looking to set default configuration in the config.xml. Is there a way to configure those details via the RhoStudio environment (specifically the details around js handling cross script browser security)?
Zac - sorry for the confusion. We do support the scanner on the MSR right now. You need to be at least Rev C of the ET1 OS. Can you provide the Build Number Settings/About Device/Build number: 03-271301-1701-0602-00-M1-051712
We do not support the MSR portion of the accessory.
Points: 0
You voted ‘up’
Zac
If you are using RhoStudio and not RhoMobile Suite, then it is using a different webkit. If you are using RhoMobile Suite and have specified rhoelements as the app_type then you should be seeing the same zoom factor. Can you confirm which version you are building with?
Points: 0
You voted ‘up’
Zac, for the second part of your question - how to include a config.xml file as part of the build (creating an HTML5 app for RE and building a container in RhoMobile to launch).
The online documentation has a section that describes this process
http://edgedocs.rhomobile.com/rhoelements/rhoelements2-native
Customizing the RhoElements Configuration File
It is possible to include a custom RhoElements configuration file
Config.xml
to the application bundle. If the configuration file is the same for all supported platforms, then add to thebuild.yml
file:It give an example, I believe this maybe what you are looking for.
Points: 0
You voted ‘up’
You need to remove some unneeded files.
Start in RhoStudio by opening up your application and clicking on the "public" dir. You can delete the files out of here that you are not using.
You can remove all of the xxxx.bb.erb files if you don't need to do a BlackBerry build.
The above is a good starting point. Other files can be removed, but could impact what you can build for and how it will work.
Points: 0
You voted ‘up’
I have tried to remove all the files and it still did not make a difference.
Points: 0
You voted ‘up’
I am using RhoStudio Version 2.0.0 Beta 5 to build the application. Is there any documentation I can look at thats shows me how to build it with the RhoMobile Suite?
Thanks.
Points: 0
You voted ‘up’
Zac, just posted this earlier. Here is the doc location in particular for the RhoMobile Suite.
https://developer.motorolasolutions.com/community/rhomobile-suite/docs
Points: 0
You voted ‘up’
We were able to fix the sizing and configuration based on the links (Thank you!). We are now experiencing the following.
Bolt on scanner does not work as event driven
There is a title that appears at the header of the application (not sure yet how to remove that)
The masked input fields are not showing "*" but rather a " "
Points: 0
You voted ‘up’
What do you mean "bolt on scanner"? Which device are you using?
Points: 0
You voted ‘up’
ET1, with the scanner/msr that is attached to the back of the device.
Points: 0
You voted ‘up’
That explains things. We do not support the MSR attachment at this point. You will have to use the camera for scanning at this moment. I am looking at the other questions you asked as well.
Points: 0
You voted ‘up’
Zac, can you confirm the testing you did.
I thought you said the ET1 scanner works with RE when running RE engine directly, but the scanner does not work when running your application in a RhoMobile Suite Container build?
Points: 0
You voted ‘up’
We have the same OS version build. The version of RhoElements that we use that works with the scanner was 2.0.5.27.
And the RhoMobile Suite we are using (download version name) is RMS_02000527.
Points: 0
You voted ‘up’