How to use Opera Mobile Widget - mobile

I face a problem in running Opera Mobile Widget. I try to download .wgt files from widgets.opera.com but I cannot run them on my mobile device. First, I try to run them on my Apple ipod 4, then on Android mobile phone and both the devices have Opera installed. However, it is impossible to run the widget. Please let me know the reason why and how to run the widgets. Any help is appreciated.

Widgets do not run in Opera Mobile or Mini. However, you can run them on Android using this Labs build of the Opera widgets runtime: http://dev.opera.com/articles/view/labs-widget-runtime-wac-1-0-compliant-golden-for-android/

Related

Automate mobile web app Katalon on Edge chromium

I'm doing a project to automate mobile web app on katalon. I see the default browser when running mobile katalon is chrome. But my project need to run on edge chromium. So is there any way I can run it on edge?
I'm using:
tool: Katalon
, device: Android 10
, Appium

React Native: how to get emulator of iPad with iOS 14.0?

I got a report from the App Store that my React Native app crashed when testing on an iPad running iOS 14.0. When I run xcrun simctl list devices to see a list of available emulators, it lists the following iPads that are available:
iPad Pro (9.7-inch) (859B2DFB-CEB6-4212-968C-4B78EA38A3E3) (Shutdown)
iPad (7th generation) (07102BF3-FDFC-4A13-B419-8E949AB30F7C) (Shutdown)
iPad Pro (11-inch) (72F6F096-1905-433A-89E0-BB320BF1FA52) (Shutdown)
iPad Pro (12.9-inch) (3rd generation) (301FC9C6-C401-4088-ACA6-59A300315198) (Shutdown)
iPad Air (3rd generation) (78C3FAB7-B2E1-4E63-90D5-070DD12CF96D) (Shutdown)
It doesn't indicate what version of iOS any of these is running.
What I Want To Know: Is there a way to get an emulator of an iPad running iOS 14.0? Would I need a specific emulator for that, or could I use any of these ones listed, and change some setting on them to get them to run iOS 14.0?
2 ways to do this:
1 way:
Launch an emulator
right click on the Icon in the AppBar
Choose "Device"
Here you can choose the OS version and then the Emulator type...
2 way:
Open your project in Xcode.
Click next to the Stop button on the Device for launching the App
Choose "Add additional Simulators"
Choose "Simulators"
Click on the small plus in the bottom left
In this screen you can choose the OS the Emulator type and also give a name for the emulator

Opening firefox browser in ios Simulator using Appium

I would like to open the firefox browser on the iphone (5, 6 or 6 plus) simulator using Appium. I tired by giving the absolute app path (of firefox browser app in the mac machind) in appium ios settings itself but it did not work. I've read about installing Firefox OS Simulator. Can I open the firefox browser in IOS Simulator or android simulator as an app or do I have to use Firefox's simulator? Please advice with detailed steps.
Thanks in advance!!
PS: I am using the latest versions of appium and ios
I'm working with Genymotion android simulator and appium.
In order to install firefox you just take the apk here
The details steps:
Install Android SDK.
Start the emulator by going to $SDK_root/emulator.exe.
Go to command prompt and go to the directory $SDK_root/platform-tools (or else add the path to windows environment)
Type in the command adb install.
Please note that the simulator testing usually not enough and you have test your app also on the real device.

how to run sencha touch examples in iOS simulator

I installed sencha touch and sencha touch command and was able to view the examples in localhost.
But How do I run these examples in iOS simulator?
I tried below commands from with in the examples directory on iMac
from directory: touch-2.3.1/examples/kitchensink
sencha app package run packager.json
User-iMac:list-horizontal yuyutsu$ sencha app package run packager.json
Sencha Cmd v4.0.4.84
[ERR]
[DEBUG] Session could not be started: Error Domain=DTiPhoneSimulatorErrorDomain Code=1 "The application that opened iOS Simulator failed to send all of the required information (sessionUUID, sdkRoot, deviceInfo)." UserInfo=0x7fe4f0d0ce40 {NSLocalizedDescription=The application that opened iOS Simulator failed to send all of the required information (sessionUUID, sdkRoot, deviceInfo)., DTiPhoneSimulatorUnderlyingErrorCodeKey=-1}
The application was successfully packaged
[ERR] stbuild exited with non-zero code : 1
or from another app, directory: touch-2.3.1/examples/list-horizontal
Also tried running sencha app build -run native.
It failed with
/Users/yuyutsu/work/Software/mobile/Sencha/touch-2.3.1/examples/kitchensink/.sencha/app/packager-impl.xml:83: /Users/yuyutsu/work/Software/mobile/Sencha/touch-2.3.1/examples/kitchensink/resources/loading does not exist
I have Xcode 5. OS X version 10.9.2. I am able to run the native XCode projects in simulator using XCode.
Any idea on how can I run the sencha examples in iOS simulator? Is there a document which has the steps?
One very easy way (if you don't need device api) is to build the webapp through Sencha CMD and navigate in iOS Simulators Safari to the index.html file. You can do "add to Homescreen" and if you click the icon on your homescreen now you get the app in fullscreen.
The big advantage is that you can do really quick builds, but it does not fit always, because it's just the webapp, not the native one.
If you need to package your app native (e.g. for Device API) you can follow this guide: http://frightanic.com/software-development/sencha-touch-native-packaging-for-ios-done-right/
As it is running on localhost, you can simply check on simulators by using the same urls as on browser
iPhone 4
iPhone 5
Also, you can try Intel XDK, it has inbuilt iPhone simultors. It is easy to use. Simply put application and run.
Intel XDK
Or you can try packaging it in native iOS so that you can run in Xcode and see on Xcode simulator your app working. For that you can use Phonegap, refer link
http://docs-origin.sencha.com/touch/2.3.2/#!/guide/cordova-section-iOSNote
Also,
http://docs.sencha.com/touch/2.3.2/#!/guide/native_provisioning
Hope this helps you with your problem.
Failure to launch iOS simulator could be because of the below bug mentioned in sencha forum
"There is currently a bug open SDKTOOLS-783 where Sencha Native packager fails to locate Xcode 5.1 and thus unable to run in simulator."
I will try Phonegap/Cordova and post my observations.

Sencha Touch App on iOS Simulator loads only index.html

I have a problem in loading Sencha Touch on iOS simulator. When I integrated Sencha Touch on Phonegap and run it on simulator it worked charm. And also on the web it works fine, But only when I tried to run Sencha Touch directly on simulator it just loads the index.html page. What could be the reason ?
Apple would never allow to disable web security on mobile safari. So files from my mac couldn't be loaded onto simulator. On mac safari I was prompted to Allow or Deny file access. But this is not possible on simulator

Resources