Did you try
$(".page__content").css("overflow","none");
Did you try
$(".page__content").css("overflow","none");
Hi. Is there a way to cancel a build by removing it from the build queue? It would avoid unnecessary server load.
Thanks and greetings
Markus
Yes it’s working, thanks. I did not realize that monaca already supports cordova 5.1.1.
Just when adding the plugins I’m getting the warning again. But that’s my turn.
By the way: cordova-plugin-wkwebview-file-xhr is required. Otherwise the local xhr requests will fail.
Hi there. I’m looking for a replacement of phonegap build. This service looks great, but there are some issues left.
I’m still getting “ITMS-90809: Deprecated API Usage” when deploying my app to AppStore.
I’ve removed all plugins, except:
cordova-plugin-wkwebview-engine 1.2.1
cordova-plugin-wkwebview-file-xhr 2.1.4
cordova-plugin-splashscreen (added by monaca)
monaca-plugin-monaca-core (added by monaca)
In config.xml I’ve set:
<preference name=“WKWebViewOnly” value=“true”/>
<feature name=“CDVWKWebViewEngine”>
<param name=“ios-package” value=“CDVWKWebViewEngine”/>
</feature>
<preference name=“CordovaWebViewEngine” value=“CDVWKWebViewEngine”/>
<engine name=“ios” spec=“5.1.0”/>
I’ve also selected WKWebView as WebView Engine in monaca’s iOS App Settings.
Obviously monaca does not support cordova ios 5.1.0 yet.
And I guess the flag WKWebViewOnly=true is required to make it working but its not supported in cordova ios engines less then 5.1.0.
Can you help please?
Greetings
Markus